Skip to content

Commit 5409cc3

Browse files
authored
Update setup.py
1 parent df10d60 commit 5409cc3

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
@@ -5,7 +5,7 @@
55

66
setup(
77
name="fastpix-python",
8-
version="0.1.1",
8+
version="0.1.2",
99
packages=find_packages(),
1010
install_requires=[
1111
"requests>=2.25.0",
@@ -31,4 +31,4 @@
3131
"Programming Language :: Python :: 3.9",
3232
],
3333
python_requires=">=3.7",
34-
)
34+
)

0 commit comments

Comments
 (0)