Skip to content

Commit 62d8903

Browse files
committed
Bump version: 0.3.4 → 0.4.0
1 parent b0332e6 commit 62d8903

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changes
22
=======
33

4-
0.4.0 (unreleased)
4+
0.4.0 (2025-02-05)
55
------------------
66

77
* Dropped support for Python 3.8 and lower, added support for Python 3.11 and

pyproject.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 = "0.3.4"
2+
current_version = "0.4.0"
33
commit = true
44
tag = true
55
tag_name = "{new_version}"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="price-parser",
5-
version="0.3.4",
5+
version="0.4.0",
66
description="Extract price and currency from a raw string",
77
long_description=open("README.rst", encoding="utf8").read()
88
+ "\n\n"

0 commit comments

Comments
 (0)