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 5fd90a4 commit 549997bCopy full SHA for 549997b
python_typing_update/const.py
@@ -7,7 +7,7 @@
7
from typing import NamedTuple
8
9
version = (0, 2, 0)
10
-dev_version = 1
+dev_version = None
11
12
version_str = '.'.join(map(str, version))
13
if dev_version is not None:
0 commit comments