Skip to content

Commit

Permalink
bump version for 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chipaca committed Jun 4, 2020
1 parent cc9f743 commit 388f2d3
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, 1)
__version__ = "0.1.1"
VERSION = (0, 1, 2)
__version__ = "0.1.2"

0 comments on commit 388f2d3

Please sign in to comment.