Skip to content

Commit 1e78f2e

Browse files
committed
Bump version: 1.0.1-dev → 1.0.1
1 parent cff4bbf commit 1e78f2e

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.1-dev
2+
current_version = 1.0.1
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 = pytorchfwd
6-
version = 1.0.1-dev
6+
version = 1.0.1
77
description = Compute frecet wavelet distances
88
long_description = file: README.rst
99
long_description_content_type = text/x-rst

src/pytorchfwd/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Record the package version."""
22

3-
VERSION = "1.0.1-dev"
3+
VERSION = "1.0.1"

0 commit comments

Comments
 (0)