diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f4e1803..69d4f67 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = False diff --git a/setup.py b/setup.py index 0c6b136..6f2585a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='pyscal_rdf', - version='0.1.0', + version='0.1.1', author='Abril Azocar Guzman, Sarath Menon', author_email='sarath.menon@pyscal.org', description='Ontology based structural manipulation and quering',