File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4- 0.8.1 (unreleased )
4+ 0.8.1 (2025-10-06 )
55------------------
66
77* Added ``py.typed `` and improved type hints.
Original file line number Diff line number Diff line change 2222# The short X.Y version
2323version = ""
2424# The full version, including alpha/beta/rc tags
25- release = "0.8.0 "
25+ release = "0.8.1 "
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 0.8.0 "
2+ current_version = " 0.8.1 "
33commit = true
44tag = true
55tag_name = " {new_version}"
Original file line number Diff line number Diff line change 44
55setup (
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" ,
Original file line number Diff line number Diff line change 1- __version__ = "0.8.0 "
1+ __version__ = "0.8.1 "
You can’t perform that action at this time.
0 commit comments