Skip to content

Commit e805129

Browse files
committed
Bump version: 0.8.0 → 0.8.1
1 parent b5ac2e3 commit e805129

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.8.1 (unreleased)
4+
0.8.1 (2025-10-06)
55
------------------
66

77
* Added ``py.typed`` and improved type hints.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# The short X.Y version
2323
version = ""
2424
# The full version, including alpha/beta/rc tags
25-
release = "0.8.0"
25+
release = "0.8.1"
2626

2727

2828
# -- General configuration ---------------------------------------------------

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.8.0"
2+
current_version = "0.8.1"
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
@@ -4,7 +4,7 @@
44

55
setup(
66
name="zyte-api",
7-
version="0.8.0",
7+
version="0.8.1",
88
description="Python interface to Zyte API",
99
long_description=Path("README.rst").read_text(encoding="utf-8"),
1010
long_description_content_type="text/x-rst",

zyte_api/__version__.py

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

0 commit comments

Comments
 (0)