From e6200156fb8becf747969be8a451b7348c9d5d35 Mon Sep 17 00:00:00 2001 From: Jonas Maurus Date: Sat, 23 Nov 2024 22:06:13 +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 0b4b7ed..db01f51 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.4" +version = "0.3.0" __all__ = ['Client', 'AptlyAPIException', 'version', 'Package', 'PublishEndpoint', 'Repo', 'FileReport',