File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.9.6-dev
2+ current_version = 0.9.6
33commit = True
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?
Original file line number Diff line number Diff line change 2424author = "Kevin Maik Jablonka"
2525
2626# The full version, including alpha/beta/rc tags
27- release = "0.9.6-dev "
27+ release = "0.9.6"
2828
2929
3030# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 33# #########################
44[metadata]
55name = mofchecker
6- version = 0.9.6-dev
6+ version = 0.9.6
77description = Perform sanity checks for MOFs.
88long_description = file: README.md
99long_description_content_type = text/markdown
Original file line number Diff line number Diff line change 1414 "get_git_hash" ,
1515]
1616
17- VERSION = "0.9.6-dev "
17+ VERSION = "0.9.6"
1818
1919
2020def get_git_hash () -> str :
You can’t perform that action at this time.
0 commit comments