From 1adb47451e68969da416eea1ae0d3123ce5c0dd7 Mon Sep 17 00:00:00 2001 From: Sarath Menon Date: Mon, 15 Apr 2024 12:28:11 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.1=20=E2=86=92=200.4.2?= 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 f5d2e05..7bc5da1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.1 +current_version = 0.4.2 commit = True tag = False diff --git a/CITATION.cff b/CITATION.cff index f88d4c7..fe40247 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,4 +20,4 @@ license: - mit repository-code: https://github.com/pyscal/atomRDF type: software -version: 0.4.1 +version: 0.4.2 diff --git a/setup.py b/setup.py index b7de4d9..7d4a5e0 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='atomrdf', - version='0.4.1', + version='0.4.2', author='Abril Azocar Guzman, Sarath Menon', author_email='sarath.menon@pyscal.org', description='Ontology based structural manipulation and quering',