File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3 .0
2+ current_version = 0.4 .0
33message = Bump version to {new_version}
44commit = True
55tag = True
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## [ 0.4.0 ] 2022-01-20
99
1010### Added
1111
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 .0"
23+ release = "0.4 .0"
2424version = "." .join (release .split ("." )[0 :2 ])
2525
2626master_doc = "index"
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ def build_extensions(self):
149149
150150setup (
151151 name = "compas_cgal" ,
152- version = "0.3 .0" ,
152+ version = "0.4 .0" ,
153153 description = "COMPAS friedly bindings for the CGAL library." ,
154154 long_description = long_description ,
155155 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 .0"
86+ __version__ = "0.4 .0"
8787
8888HERE = os .path .dirname (__file__ )
8989
You can’t perform that action at this time.
0 commit comments