From 4e34f5903e1478300c0b80be9e413b123fd3bb23 Mon Sep 17 00:00:00 2001 From: Sarath Date: Tue, 30 Apr 2024 14:46:46 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.4=20=E2=86=92=200.6.5?= 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 4ab2146..e13d55d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.4 +current_version = 0.6.5 commit = True tag = False diff --git a/CITATION.cff b/CITATION.cff index e680a9c..40690f2 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.6.4 +version: 0.6.5 diff --git a/setup.py b/setup.py index 518a2bf..255e890 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='atomrdf', - version='0.6.4', + version='0.6.5', author='Abril Azocar Guzman, Sarath Menon', author_email='sarath.menon@pyscal.org', description='Ontology based structural manipulation and quering',