Skip to content

Commit

Permalink
Merge pull request #38 from chipaca/release-0.1.3
Browse files Browse the repository at this point in the history
bump version for 0.1.3
  • Loading branch information
chipaca authored Jun 16, 2020
2 parents a8cdb74 + 590521e commit 40d7850
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, 1, 2)
__version__ = "0.1.2"
VERSION = (0, 1, 3)
__version__ = "0.1.3"

0 comments on commit 40d7850

Please sign in to comment.