Skip to content

Commit

Permalink
Merge pull request #16 from canonical/version-0.1.0
Browse files Browse the repository at this point in the history
Version 0.1.0
  • Loading branch information
chipaca authored May 29, 2020
2 parents 3105cdc + 767060a commit 36dcd00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charmcraft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
#
# For further info, check https://github.com/canonical/charmcraft

VERSION = (0, 0, 1)
__version__ = "0.0.1"
VERSION = (0, 1, 0)
__version__ = "0.1.0"

0 comments on commit 36dcd00

Please sign in to comment.