From d7ca96b499752082c7ec7db093ef1862af9c2ad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6nig?= Date: Tue, 25 Jul 2023 12:38:45 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.8=20=E2=86=92=200.3.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- src/pymetadata/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index b86a35d..6a590f0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.8 +current_version = 0.3.9 commit = True tag = True parse = (?P\d+) diff --git a/setup.py b/setup.py index e85b2db..1a2e92c 100644 --- a/setup.py +++ b/setup.py @@ -4,4 +4,4 @@ if __name__ == "__main__": - setup(version="0.3.8") + setup(version="0.3.9") diff --git a/src/pymetadata/__init__.py b/src/pymetadata/__init__.py index d36be75..13a4901 100644 --- a/src/pymetadata/__init__.py +++ b/src/pymetadata/__init__.py @@ -2,7 +2,7 @@ from pathlib import Path __author__ = "Matthias Koenig" -__version__ = "0.3.8" +__version__ = "0.3.9" program_name: str = "pymetadata"