Skip to content

Commit a693041

Browse files
authored
Merge pull request #70 from cdce8p/dev
Release v0.3.5
2 parents b6d3d14 + 1ee0099 commit a693041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python_typing_update/const.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
from enum import Flag, auto
77
from typing import NamedTuple
88

9-
version = (0, 3, 4)
10-
dev_version = 0 # Set to `None` for release
9+
version = (0, 3, 5)
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)