Skip to content

Commit

Permalink
Bump version: 0.1.2 → 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Jan 13, 2025
1 parent 88e378a commit dcc6a39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 0.1.3
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion compositionspace/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.1.2"
__version__ = "0.1.3"
__nexus__version__ = "v2022.07.post1.dev1189+g92f26b528"
__nexus__version__hash__ = "92f26b528"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup

setup(
version='0.1.2',
version='0.1.3',
)

0 comments on commit dcc6a39

Please sign in to comment.