We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c73561 + ae5f9f3 commit e9e6afcCopy full SHA for e9e6afc
pyproject.toml
@@ -5,18 +5,18 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "spacetimedb_sdk"
7
authors = [
8
- {name = "Clockwork Labs", email = "derek@clockworklabs.io"},
+ { name = "Clockwork Labs", email = "john@clockworklabs.io" },
9
]
10
11
dependencies = [
12
"websocket-client",
13
"configparser",
14
15
-version = "0.6.0"
+version = "0.7.0"
16
readme = "README.md"
17
18
# urls
19
# Should describe where to find useful info for your project
20
[project.urls]
21
homepage = "https://spacetimedb.com"
22
-repository = "https://github.com/clockworklabs/spacetimedb-python-sdk"
+repository = "https://github.com/clockworklabs/spacetimedb-python-sdk"
0 commit comments