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.
2 parents b6d3d14 + 1ee0099 commit a693041Copy full SHA for a693041
python_typing_update/const.py
@@ -6,8 +6,8 @@
6
from enum import Flag, auto
7
from typing import NamedTuple
8
9
-version = (0, 3, 4)
10
-dev_version = 0 # Set to `None` for release
+version = (0, 3, 5)
+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