diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7e1b755..90b8828 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/compositionspace/__init__.py b/compositionspace/__init__.py index 8bfa162..776d409 100644 --- a/compositionspace/__init__.py +++ b/compositionspace/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" __nexus__version__ = "v2022.07.post1.dev1189+g92f26b528" __nexus__version__hash__ = "92f26b528" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a7854bd..b0e8d24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "compositionspace" -version = '0.1.0' +version = '0.1.1' authors = [ { name = "Alaukik Saxena, Sarath Menon, Mariano Forti, Markus Kühbach" }, ]