Skip to content

Commit 405ce90

Browse files
Automatically update Python SDK
1 parent 3a64d82 commit 405ce90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "trophy"
7-
version = "1.0.28"
7+
version = "1.0.29"
88
description = "A Python library for the Trophy API"
99
license = {text = "MIT"}
1010
readme = "README.md"

trophy/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ def __init__(self, *, api: str, admin: str):
1212

1313

1414
TrophyApiEnvironment.PRODUCTION = TrophyApiEnvironment(
15-
api="api.trophy.so", admin="admin.trophy.so"
15+
api="https://api.trophy.so/v1", admin="https://admin.trophy.so/v1"
1616
)

0 commit comments

Comments
 (0)