Skip to content

Commit c0682da

Browse files
committed
Bump version to 1.0.3rc0
1 parent 5776b0e commit c0682da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 1.0.2
2+
current_version = 1.0.3rc0
33
message = Bump version to {new_version}
44
commit = True
55
tag = True

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def read(*names, **kwargs):
2828

2929
setup(
3030
name="compas_triangle",
31-
version="1.0.2",
31+
version="1.0.3rc0",
3232
description="COMPAS-firendly wrappers for the tTriangle library.",
3333
long_description=long_description,
3434
long_description_content_type="text/markdown",

src/compas_triangle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__copyright__ = "Block Research Group - ETH Zurich"
2323
__license__ = "MIT License"
2424
__email__ = "[email protected]"
25-
__version__ = "1.0.2"
25+
__version__ = "1.0.3rc0"
2626

2727

2828
HERE = os.path.dirname(__file__)

0 commit comments

Comments
 (0)