File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.1
2+ current_version = 0.1.2-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 33# #########################
44[metadata]
55name = ptwt
6- version = 0.1.1
6+ version = 0.1.2-dev
77description = Differentiable and gpu enabled fast wavelet transforms in PyTorch
88long_description = file: README.rst
99long_description_content_type = text/x-rst
Original file line number Diff line number Diff line change 1414 "get_git_hash" ,
1515]
1616
17- VERSION = "0.1.1 "
17+ VERSION = "0.1.2-dev "
1818
1919
2020def get_git_hash () -> str :
You can’t perform that action at this time.
0 commit comments