Skip to content

Commit

Permalink
bumping ops.__version__ for release 0.6.1. (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
chipaca authored Jun 1, 2020
1 parent 4348872 commit beca3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""The Operator Framework."""

__version__ = '0.6.0'
__version__ = '0.6.1'

# Import here the bare minimum to break the circular import between modules
from . import charm # NOQA

0 comments on commit beca3da

Please # to comment.