We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3721ad commit e985a18Copy full SHA for e985a18
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0
+current_version = 1.0.1-dev
3
commit = True
4
tag = False
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-]+)*))?
setup.cfg
@@ -3,7 +3,7 @@
##########################
[metadata]
name = pytorchfwd
6
-version = 1.0.0
+version = 1.0.1-dev
7
description = Compute frecet wavelet distances
8
long_description = file: README.rst
9
long_description_content_type = text/x-rst
src/pytorchfwd/version.py
@@ -1,3 +1,3 @@
"""Record the package version."""
-VERSION = "1.0.0"
+VERSION = "1.0.1-dev"
0 commit comments