Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelic committed Jan 14, 2019
1 parent 9de1dba commit 11be531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aptly_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from aptly_api.parts.repos import Repo, FileReport
from aptly_api.parts.snapshots import Snapshot

version = "0.1.6"
version = "0.2.0"


__all__ = ['Client', 'AptlyAPIException', 'version', 'Package', 'PublishEndpoint', 'Repo', 'FileReport',
Expand Down

0 comments on commit 11be531

Please sign in to comment.