From e6f1574b2b4b45a4eb6b36260e54a5a0312c194f Mon Sep 17 00:00:00 2001 From: Christoph Boeddeker Date: Tue, 18 Jun 2024 07:59:50 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.7=20=E2=86=92=200.0.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6eb60ff5..5382b0d4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.7 +current_version = 0.0.8 commit = True tag = True diff --git a/setup.py b/setup.py index abc5c4f9..f1b3d532 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.0.7', + version='0.0.8', description='Collection of utilities in the department of communications engineering of the UPB', long_description=long_description,