From dcc6a3970df681608db6d5f400d1926a6bb19528 Mon Sep 17 00:00:00 2001 From: Sarath Date: Mon, 13 Jan 2025 11:40:33 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.2=20=E2=86=92=200.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- compositionspace/__init__.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3425db1..26912e0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.2 +current_version = 0.1.3 commit = True tag = False diff --git a/compositionspace/__init__.py b/compositionspace/__init__.py index 1cb3039..595d254 100644 --- a/compositionspace/__init__.py +++ b/compositionspace/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.2" +__version__ = "0.1.3" __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 b1b6497..fa59119 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "compositionspace" -version = '0.1.2' +version = '0.1.3' authors = [ { name = "Alaukik Saxena, Sarath Menon, Mariano Forti, Markus Kühbach" }, ] diff --git a/setup.py b/setup.py index 4baebf1..a1ec9d9 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ from setuptools import setup setup( - version='0.1.2', + version='0.1.3', )