Skip to content

Commit dcc6a39

Browse files
committed
Bump version: 0.1.2 → 0.1.3
1 parent 88e378a commit dcc6a39

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.2
2+
current_version = 0.1.3
33
commit = True
44
tag = False
55

compositionspace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"
22
__nexus__version__ = "v2022.07.post1.dev1189+g92f26b528"
33
__nexus__version__hash__ = "92f26b528"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "compositionspace"
7-
version = '0.1.2'
7+
version = '0.1.3'
88
authors = [
99
{ name = "Alaukik Saxena, Sarath Menon, Mariano Forti, Markus Kühbach" },
1010
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from setuptools import setup
22

33
setup(
4-
version='0.1.2',
4+
version='0.1.3',
55
)

0 commit comments

Comments
 (0)