We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f85b87 commit da3126fCopy full SHA for da3126f
python_typing_update/const.py
@@ -7,7 +7,7 @@
7
from typing import NamedTuple
8
9
version = (0, 3, 1)
10
-dev_version = 1 # Set to `None` for release
+dev_version = None # Set to `None` for release
11
12
version_str = '.'.join(map(str, version))
13
if dev_version is not None:
0 commit comments