Skip to content

Commit c2b73e3

Browse files
Merge pull request #357 from MannLabs/bump_patch_from_1.7.3-dev0
[VERSION] Bump version to 1.7.3
2 parents 6ef0079 + fb99da1 commit c2b73e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "1.7.3-dev0"
2+
current_version = "1.7.3"
33
parse = """(?x)
44
(?P<major>0|[1-9]\\d*)\\.
55
(?P<minor>0|[1-9]\\d*)\\.

alphabase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.7.3-dev0"
1+
__version__ = "1.7.3"

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
copyright = "2022, Mann Labs, MPIB"
2525
author = "Mann Labs, MPIB"
2626

27-
release = "1.7.3-dev0"
27+
release = "1.7.3"
2828

2929
# -- General configuration ---------------------------------------------------
3030

0 commit comments

Comments
 (0)