Skip to content

Commit 81a8d96

Browse files
Automatically update Python SDK
1 parent 7c56d66 commit 81a8d96

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.x"
20+
python-version: '3.x'
2121

2222
- name: Install pypa/build
2323
run: >-

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Trophy Python SDK
22

33
The Trophy Python SDK provides convenient access to the Trophy API from applications written in the
4-
Python language.
4+
Python language.
55

6-
Trophy provides APIs and tools for adding gamification to your application, keeping users engaged
6+
Trophy provides APIs and tools for adding gamification to your application, keeping users engaged
77
through rewards, achievements, streaks, and personalized communication.
88

99
## Installation
@@ -39,5 +39,5 @@ client.metrics.event(
3939

4040
## Documentation
4141

42-
See the [Trophy API Docs](https://trophy.docs.buildwithfern.com/overview/introduction) for more
42+
See the [Trophy API Docs](https://docs.trophy.so) for more
4343
information on the accessible endpoints.

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

0 commit comments

Comments
 (0)