We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33983a6 commit 52683d3Copy full SHA for 52683d3
version.py
@@ -3,7 +3,7 @@
3
version_info = (
4
0,
5
6
- 2
+ 3
7
)
8
9
__version__ = '.'.join(map(str, version_info[:3]))
0 commit comments