Skip to content

Commit

Permalink
Bump version for 1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbmilligan authored Oct 5, 2022
1 parent 435d7ce commit 0b15e4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

version_info = (
1,
1,
1,
"dev", # comment-out this line for a release
2,
0,
# "dev", # comment-out this line for a release
)
__version__ = ".".join(map(str, version_info))

0 comments on commit 0b15e4f

Please sign in to comment.