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 Oct 18, 2017
1 parent 369b4fa commit e41b3bb
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.3"
version = "0.1.4"


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

0 comments on commit e41b3bb

Please sign in to comment.