This repository was archived by the owner on Oct 24, 2024. It is now read-only.
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.3.0
2+ current_version = 0.3.1rc0
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 FEA'
2121copyright = 'Block Research Group - ETH Zurich'
2222author = 'Andrew Liew'
23- release = '0.3.0 '
23+ release = '0.3.1rc0 '
2424version = '.' .join (release .split ('.' )[0 :2 ])
2525
2626master_doc = 'index'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def read(*names, **kwargs):
2525
2626setup (
2727 name = 'compas_fea' ,
28- version = '0.3.0 ' ,
28+ version = '0.3.1rc0 ' ,
2929 description = 'compas finite element package' ,
3030 long_description = long_description ,
3131 long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 2323__copyright__ = 'Block Research Group - ETH Zurich'
2424__license__ = 'MIT License'
2525__email__ = ''
26- __version__ = '0.3.0 '
26+ __version__ = '0.3.1rc0 '
2727
2828HERE = os .path .dirname (__file__ )
2929
You can’t perform that action at this time.
0 commit comments