From f002b56b23235064d855a93edaef036a016de4d0 Mon Sep 17 00:00:00 2001 From: Sarath Menon Date: Mon, 19 Jun 2023 14:53:51 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.3=20=E2=86=92=200.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d00a91c..448c32c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3 +current_version = 0.0.4 commit = True tag = False diff --git a/setup.py b/setup.py index 370ba46..b1a532a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='pyscal_rdf', - version='0.0.3', + version='0.0.4', author='Abril Azocar Guzman, Sarath Menon', author_email='sarath.menon@pyscal.org', description='Ontology based structural manipulation and quering',