We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8779f commit 63aa00eCopy full SHA for 63aa00e
1 file changed
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, 0)
10
-dev_version = None
+version = (0, 3, 1)
+dev_version = 1
11
12
version_str = '.'.join(map(str, version))
13
if dev_version is not None:
0 commit comments