Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmunk authored May 24, 2019
1 parent 33983a6 commit 52683d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version_info = (
0,
0,
2
3
)

__version__ = '.'.join(map(str, version_info[:3]))
Expand Down

0 comments on commit 52683d3

Please sign in to comment.