Skip to content

Commit

Permalink
v6.0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Oct 28, 2024
1 parent f5c1872 commit 84ced84
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ Changelog

* **[NEXT]** (changes on ``master``, but not released yet):

* Nothing yet ;)

* **v6.0.0.2:**

* misc: Added Python 3.13 support (@flozz)
* misc!: Removed Python 3.8 support (@flozz)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = "6.0.0"
# The full version, including alpha/beta/rc tags.
release = "6.0.0.1"
release = "6.0.0.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run(self):

setup(
name="python_papi",
version="6.0.0.1",
version="6.0.0.2",
description="Python binding for the PAPI library",
url="https://github.com/flozz/pypapi",
project_urls={
Expand Down

0 comments on commit 84ced84

Please sign in to comment.