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 0a8f33c commit bdff5a2Copy full SHA for bdff5a2
fastpix/utilis/constants.py
@@ -1,4 +1,4 @@
1
-BASE_URL = "https://v1.fastpix.io"
+BASE_URL = "https://api.fastpix.io/v1"
2
3
import re
4
import uuid
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="fastpix_python",
8
- version="0.1.6",
+ version="0.1.7",
9
packages=find_packages(),
10
install_requires=[
11
"requests>=2.25.0",
0 commit comments