Skip to content

Commit

Permalink
Update version for 1.0.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbmilligan authored Apr 3, 2020
1 parent cc8825d commit 33b4a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Distributed under the terms of the Modified BSD License.

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

0 comments on commit 33b4a7b

Please sign in to comment.