File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.1
2+ current_version = 0.1.2rc0
33message = Bump version to {new_version}
44commit = True
55tag = True
@@ -9,13 +9,13 @@ parse = ^
99 (?P<release>rc)
1010 (?:(?P<rc>\d+(?:\.\d+)*))?
1111 )?
12- serialize =
12+ serialize =
1313 {major}.{minor}.{patch}{release}{rc}
1414 {major}.{minor}.{patch}
1515
1616[bumpversion:part:release]
1717optional_value = final
18- values =
18+ values =
1919 rc
2020 final
2121
Original file line number Diff line number Diff line change 2020project = "COMPAS CGAL"
2121copyright = "2017, Block Research Group - ETH Zurich"
2222author = "Tom Van Mele"
23- release = "0.1.1 "
23+ release = "0.1.2rc0 "
2424version = "." .join (release .split ("." )[0 :2 ])
2525
2626master_doc = "index"
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ def build_extensions(self):
147147
148148setup (
149149 name = "compas_cgal" ,
150- version = "0.1.1 " ,
150+ version = "0.1.2rc0 " ,
151151 description = "COMPAS friedly bindings for the CGAL library." ,
152152 long_description = long_description ,
153153 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 7474__copyright__ = "Block Research Group - ETH Zurich"
7575__license__ = "MIT License"
767677- __version__ = "0.1.1 "
77+ __version__ = "0.1.2rc0 "
7878
7979HERE = os .path .dirname (__file__ )
8080
You can’t perform that action at this time.
0 commit comments