Skip to content

Commit

Permalink
v5.5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Dec 13, 2023
1 parent d8d7f19 commit 0f8c69e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 :)

* **v5.5.1.6:**

* chore: Added code linting with Flake8 (@flozz)
* chore: Added code formatter and reformatted all files with Black (@flozz)
* chore: Added Nox to run code linting, code formatting, doc building tasks (@flozz)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run(self):

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

0 comments on commit 0f8c69e

Please sign in to comment.