Skip to content

Commit

Permalink
Update _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Mar 22, 2021
1 parent 16eb3e4 commit ce745e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions asap_stereo/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 0, 4)
__version__ = ".".join(map(str, version_info))
version_info = (0, 1, 0)
__version__ = ".".join(map(str, version_info))

0 comments on commit ce745e4

Please sign in to comment.