diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cd03bf6..b5f1cbb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.4 +current_version = 0.9.5 commit = True tag = False diff --git a/CITATION.cff b/CITATION.cff index 3c3d542..987bab5 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.4 +version: 0.9.5 diff --git a/setup.py b/setup.py index f7246b1..ddf1700 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='atomrdf', - version='0.9.4', + version='0.9.5', author='Abril Azocar Guzman, Sarath Menon', author_email='sarath.menon@pyscal.org', description='Ontology based structural manipulation and quering',