Skip to content

Commit

Permalink
Increase version number for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeisel authored Dec 19, 2024
1 parent a686f1c commit bbd012a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(*names, **kwargs):

setup(
name="ppk2-api",
version="0.9.2",
version="0.9.2.1",
description="API for Nordic Semiconductor's Power Profiler Kit II (PPK 2).",
url="https://github.com/IRNAS/ppk2-api-python",
packages=find_packages("src"),
Expand All @@ -37,4 +37,4 @@ def read(*names, **kwargs):
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: OS Independent",
],
)
)

0 comments on commit bbd012a

Please sign in to comment.