File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.0rc0
2+ current_version = 0.3.0
33message = Bump version to {new_version}
44commit = True
55tag = True
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.3.0rc0 "
23+ release = "0.3.0 "
2424version = "." .join (release .split ("." )[0 :2 ])
2525
2626master_doc = "index"
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ def build_extensions(self):
148148
149149setup (
150150 name = "compas_cgal" ,
151- version = "0.3.0rc0 " ,
151+ version = "0.3.0 " ,
152152 description = "COMPAS friedly bindings for the CGAL library." ,
153153 long_description = long_description ,
154154 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 8383__copyright__ = "Block Research Group - ETH Zurich"
8484__license__ = "MIT License"
858586- __version__ = "0.3.0rc0 "
86+ __version__ = "0.3.0 "
8787
8888HERE = os .path .dirname (__file__ )
8989
You can’t perform that action at this time.
0 commit comments