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 1
1
[bumpversion]
2
- current_version = 0.1.9
2
+ current_version = 0.1.10-dev
3
3
commit = True
4
4
tag = False
5
5
parse = (?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 3
3
# #########################
4
4
[metadata]
5
5
name = ptwt
6
- version = 0.1.9
6
+ version = 0.1.10-dev
7
7
description = Differentiable and gpu enabled fast wavelet transforms in PyTorch
8
8
long_description = file: README.rst
9
9
long_description_content_type = text/x-rst
Original file line number Diff line number Diff line change 14
14
"_get_git_hash" ,
15
15
]
16
16
17
- VERSION = "0.1.9 "
17
+ VERSION = "0.1.10-dev "
18
18
19
19
20
20
def _get_git_hash () -> str :
You can’t perform that action at this time.
0 commit comments