Skip to content

Commit

Permalink
Merge pull request #70 from cdce8p/dev
Browse files Browse the repository at this point in the history
Release v0.3.5
  • Loading branch information
cdce8p authored Jul 20, 2021
2 parents b6d3d14 + 1ee0099 commit a693041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python_typing_update/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from enum import Flag, auto
from typing import NamedTuple

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

Please sign in to comment.