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 31, 2022
1 parent a901724 commit 9e5e13e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Contributors
* Filip Křesťan <[email protected]>
* @mgusek <[email protected]>
* Samuel Bachmann <[email protected]>
* @agustinhenze <[email protected]>


License
Expand Down
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.3"
version = "0.2.4"


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

0 comments on commit 9e5e13e

Please sign in to comment.