From e4d9b29e3e0523959a0e237f7d0c2d6fa662d183 Mon Sep 17 00:00:00 2001 From: Sarath Date: Thu, 15 Aug 2024 15:25:26 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.11=20=E2=86=92=200.9.12?= 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 8d3fd5a..473efd8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.11 +current_version = 0.9.12 commit = True tag = False diff --git a/CITATION.cff b/CITATION.cff index 20e2c05..ca3703f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,4 +19,4 @@ url: 'https://atomrdf.pyscal.org' license: "MIT" repository-code: https://github.com/pyscal/atomRDF type: software -version: 0.9.11 +version: 0.9.12 diff --git a/setup.py b/setup.py index e2d527e..6e2bff9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='atomrdf', - version='0.9.11', + version='0.9.12', author='Abril Azocar Guzman, Sarath Menon', author_email='sarath.menon@pyscal.org', description='Ontology based structural manipulation and quering',