Skip to content

Commit 4ba6897

Browse files
committed
Bump version to 0.2.0
1 parent dbbe17b commit 4ba6897

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.2.0rc0
2+
current_version = 0.2.0
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.2.0rc0"
23+
release = "0.2.0"
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
@@ -148,7 +148,7 @@ def build_extensions(self):
148148

149149
setup(
150150
name="compas_cgal",
151-
version="0.2.0rc0",
151+
version="0.2.0",
152152
description="COMPAS friedly bindings for the CGAL library.",
153153
long_description=long_description,
154154
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
@@ -83,7 +83,7 @@
8383
__copyright__ = "Block Research Group - ETH Zurich"
8484
__license__ = "MIT License"
8585
__email__ = "[email protected]"
86-
__version__ = "0.2.0rc0"
86+
__version__ = "0.2.0"
8787

8888
HERE = os.path.dirname(__file__)
8989

0 commit comments

Comments
 (0)