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.1.2rc0
2+ current_version = 0.1.2
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.1.2rc0 "
23+ release = "0.1.2 "
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.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" ,
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.2rc0 "
77+ __version__ = "0.1.2 "
7878
7979HERE = os .path .dirname (__file__ )
8080
You can’t perform that action at this time.
0 commit comments