Skip to content

Commit 4416638

Browse files
authored
snailpy 1.0.6 the social credit update
1 parent 7d46112 commit 4416638

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "snailpy"
7-
version = "1.0.4"
7+
version = "1.0.6"
88
dependencies = [
99
"requests",
1010
]

snailpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from .snailpy import *
44

5-
print('You are succsfully using SnailPy v1.0.5!')
5+
print('You are successfully using SnailPy v1.0.6!')

snailpy/snailpy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import requests
22

3-
# This will be changed when we get the new server
4-
api_url = 'https://snailshare-backend.glitch.me'
3+
api_url = 'https://snailshare.xyz'
54

65
def customAPI(url):
76
global api_url

0 commit comments

Comments
 (0)