Skip to content

Commit 921f4ef

Browse files
committed
Bump version to 0.1.2
1 parent 2014b63 commit 921f4ef

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
project = "COMPAS CGAL"
2121
copyright = "2017, Block Research Group - ETH Zurich"
2222
author = "Tom Van Mele"
23-
release = "0.1.2rc0"
23+
release = "0.1.2"
2424
version = ".".join(release.split(".")[0:2])
2525

2626
master_doc = "index"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def build_extensions(self):
147147

148148
setup(
149149
name="compas_cgal",
150-
version="0.1.2rc0",
150+
version="0.1.2",
151151
description="COMPAS friedly bindings for the CGAL library.",
152152
long_description=long_description,
153153
long_description_content_type="text/markdown",

src/compas_cgal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
__copyright__ = "Block Research Group - ETH Zurich"
7575
__license__ = "MIT License"
7676
__email__ = "[email protected]"
77-
__version__ = "0.1.2rc0"
77+
__version__ = "0.1.2"
7878

7979
HERE = os.path.dirname(__file__)
8080

0 commit comments

Comments
 (0)