Skip to content

Commit

Permalink
Bump version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Mar 24, 2021
1 parent bd23a00 commit b02a999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_typing_update/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from typing import NamedTuple

version = (0, 3, 2)
dev_version = 1 # Set to `None` for release
dev_version = None # Set to `None` for release

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

0 comments on commit b02a999

Please sign in to comment.