Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.

Commit 6073f09

Browse files
committed
bump back down to v0.4.0
1 parent b51d6ca commit 6073f09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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, 4, 1, "final", 0)
2+
current_version = (0, 4, 0, "final", 0)
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \"(?P<release>\S+)\"\,\ (?P<build>\d+)

pyEX/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
)
1313

1414
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
15-
version_info = VersionInfo(0, 4, 1, "final", 0)
15+
version_info = VersionInfo(0, 4, 0, "final", 0)
1616

1717
_specifier_ = {"alpha": "a", "beta": "b", "candidate": "rc", "final": ""}
1818

0 commit comments

Comments
 (0)