Skip to content

Commit 549997b

Browse files
committed
Update version to v0.2.0
1 parent 5fd90a4 commit 549997b

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, 2, 0)
10-
dev_version = 1
10+
dev_version = None
1111

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

0 commit comments

Comments
 (0)