From 9e5e13e29c741929d85e4714350f00900cf145a8 Mon Sep 17 00:00:00 2001 From: Jonas Maurus Date: Mon, 31 Oct 2022 14:16:49 +0100 Subject: [PATCH] bump version for release --- README.rst | 1 + aptly_api/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index db64bdc..bdb7ff6 100644 --- a/README.rst +++ b/README.rst @@ -55,6 +55,7 @@ Contributors * Filip Křesťan * @mgusek * Samuel Bachmann +* @agustinhenze License diff --git a/aptly_api/__init__.py b/aptly_api/__init__.py index fd33138..0b4b7ed 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.3" +version = "0.2.4" __all__ = ['Client', 'AptlyAPIException', 'version', 'Package', 'PublishEndpoint', 'Repo', 'FileReport',