File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/structuregraph_helpers 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.0.9
2+ current_version = 0.0.10-dev
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 2727author = "Kevin M. Jablonka"
2828
2929# The full version, including alpha/beta/rc tags.
30- release = "0.0.9 "
30+ release = "0.0.10-dev "
3131
3232# The short X.Y version.
3333parsed_version = re .match (
Original file line number Diff line number Diff line change 33# #########################
44[metadata]
55name = structuregraph_helpers
6- version = 0.0.9
6+ version = 0.0.10-dev
77description = Utilities for working with structure graphs
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.0.9 "
17+ VERSION = "0.0.10-dev "
1818
1919
2020def get_git_hash () -> str :
You can’t perform that action at this time.
0 commit comments