Skip to content

Commit da3126f

Browse files
committed
Bump version to 0.3.1
1 parent 8f85b87 commit da3126f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_typing_update/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from typing import NamedTuple
88

99
version = (0, 3, 1)
10-
dev_version = 1 # Set to `None` for release
10+
dev_version = None # Set to `None` for release
1111

1212
version_str = '.'.join(map(str, version))
1313
if dev_version is not None:

0 commit comments

Comments
 (0)