Skip to content

Commit 68db3f0

Browse files
Release 0.1.1
1 parent 08957f8 commit 68db3f0

File tree

185 files changed

+4227
-2540
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

185 files changed

+4227
-2540
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pip install --upgrade polytomic
2121
from polytomic.client import Polytomic
2222

2323
client = Polytomic(
24-
polytomic_version="YOUR_POLYTOMIC_VERSION",
24+
x_polytomic_version="YOUR_X_POLYTOMIC_VERSION",
2525
token="YOUR_TOKEN",
2626
)
2727
```
@@ -34,7 +34,7 @@ client = Polytomic(
3434
from polytomic.client import AsyncPolytomic
3535

3636
client = AsyncPolytomic(
37-
polytomic_version="YOUR_POLYTOMIC_VERSION",
37+
x_polytomic_version="YOUR_X_POLYTOMIC_VERSION",
3838
token="YOUR_TOKEN",
3939
)
4040
```

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "polytomic"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = ""
55
readme = "README.md"
66
authors = []

0 commit comments

Comments
 (0)