Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dougppaz committed Oct 22, 2018
1 parent 89f5c12 commit cf8aabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portainer_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pathlib import Path
from requests import Request, Session

__version__ = '0.1.0'
__version__ = '0.2.0'

logger = logging.getLogger('portainer-cli')

Expand Down

0 comments on commit cf8aabf

Please sign in to comment.