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 Mar 14, 2021
1 parent 37d27c9 commit 07e6923
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 @@ -13,7 +13,7 @@
from aptly_api.parts.repos import Repo as Repo, FileReport as FileReport
from aptly_api.parts.snapshots import Snapshot as Snapshot

version = "0.2.2"
version = "0.2.3"


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

0 comments on commit 07e6923

Please sign in to comment.