From 07e6923a1f38f87fc6380de50eeea777a13b90ee Mon Sep 17 00:00:00 2001 From: Jonas Maurus Date: Sun, 14 Mar 2021 12:09:04 +0100 Subject: [PATCH] bump version for release --- aptly_api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aptly_api/__init__.py b/aptly_api/__init__.py index 3824fbe..fd33138 100644 --- a/aptly_api/__init__.py +++ b/aptly_api/__init__.py @@ -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',