We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d46112 commit 4416638Copy full SHA for 4416638
3 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "snailpy"
7
-version = "1.0.4"
+version = "1.0.6"
8
dependencies = [
9
"requests",
10
]
snailpy/__init__.py
@@ -2,4 +2,4 @@
2
3
from .snailpy import *
-print('You are succsfully using SnailPy v1.0.5!')
+print('You are successfully using SnailPy v1.0.6!')
snailpy/snailpy.py
@@ -1,7 +1,6 @@
1
import requests
-# This will be changed when we get the new server
-api_url = 'https://snailshare-backend.glitch.me'
+api_url = 'https://snailshare.xyz'
def customAPI(url):
global api_url
0 commit comments