From 9b92da074b663dbd228089585de4df8eedf5dc21 Mon Sep 17 00:00:00 2001 From: Sarath Menon Date: Mon, 15 Apr 2024 12:36:50 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.3=20=E2=86=92=200.4.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CITATION.cff | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 82aab18..1b85104 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.3 +current_version = 0.4.4 commit = True tag = False diff --git a/CITATION.cff b/CITATION.cff index 133baf8..89b50ae 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,4 +20,4 @@ url: 'https://atomrdf.pyscal.org' license: "MIT" repository-code: https://github.com/pyscal/atomRDF type: software -version: 0.4.3 +version: 0.4.4 diff --git a/setup.py b/setup.py index 59e965b..cb37f8d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='atomrdf', - version='0.4.3', + version='0.4.4', author='Abril Azocar Guzman, Sarath Menon', author_email='sarath.menon@pyscal.org', description='Ontology based structural manipulation and quering',