Skip to content

Commit

Permalink
Merge pull request #407 from mulkieran/master-new-version
Browse files Browse the repository at this point in the history
New version: 2.0.0
  • Loading branch information
mulkieran authored Nov 7, 2019
2 parents 2aa9d6e + 80a3896 commit aff4f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stratis_cli/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
.. moduleauthor:: mulhern <[email protected]>
"""

__version_info__ = (1, 1, 0)
__version_info__ = (2, 0, 0)
__version__ = ".".join(str(x) for x in __version_info__)

0 comments on commit aff4f18

Please sign in to comment.