We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a686f1c commit bbd012aCopy full SHA for bbd012a
setup.py
@@ -23,7 +23,7 @@ def read(*names, **kwargs):
23
24
setup(
25
name="ppk2-api",
26
- version="0.9.2",
+ version="0.9.2.1",
27
description="API for Nordic Semiconductor's Power Profiler Kit II (PPK 2).",
28
url="https://github.com/IRNAS/ppk2-api-python",
29
packages=find_packages("src"),
@@ -37,4 +37,4 @@ def read(*names, **kwargs):
37
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
38
"Operating System :: OS Independent",
39
],
40
-)
+)
0 commit comments