Skip to content

Commit 691c914

Browse files
committed
Bump version: 0.1.1 → 0.1.2-dev
1 parent a33bad3 commit 691c914

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 = 0.1.1
2+
current_version = 0.1.2-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-]+)*))?

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
##########################
44
[metadata]
55
name = ptwt
6-
version = 0.1.1
6+
version = 0.1.2-dev
77
description = Differentiable and gpu enabled fast wavelet transforms in PyTorch
88
long_description = file: README.rst
99
long_description_content_type = text/x-rst

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 = "0.1.1"
17+
VERSION = "0.1.2-dev"
1818

1919

2020
def get_git_hash() -> str:

0 commit comments

Comments
 (0)