Skip to content

Commit 2bb0af9

Browse files
committed
Bump version: 1.0.0 → 1.0.1-dev
1 parent 480847e commit 2bb0af9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1-dev
33
commit = True
44
tag = False
55
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-]+)*))?

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package-dir = "src"
44
[project]
55
name = "ptwt"
66
description = "Differentiable and gpu enabled fast wavelet transforms in PyTorch"
7-
version = "1.0.0"
7+
version = "1.0.1-dev"
88
keywords = ["Wavelets", "Wavelet Transform", "Fast Wavelet Transform", "Boundary Wavelets", "PyTorch"]
99
readme = "README.rst"
1010
authors = [

src/ptwt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"_get_git_hash",
1515
]
1616

17-
VERSION = "1.0.0"
17+
VERSION = "1.0.1-dev"
1818

1919

2020
def _get_git_hash() -> str:

0 commit comments

Comments
 (0)