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 7b17869 commit 3cc6ab1Copy full SHA for 3cc6ab1
python_typing_update/const.py
@@ -7,7 +7,7 @@
7
from typing import NamedTuple
8
9
version = (0, 3, 3)
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