Skip to content

Commit bbd012a

Browse files
authored
Increase version number for pip
1 parent a686f1c commit bbd012a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read(*names, **kwargs):
2323

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

0 commit comments

Comments
 (0)