Skip to content

Commit e9e6afc

Browse files
authored
Merge pull request #11 from clockworklabs/jdetter/update-to-0.7.0
Update pyproject to 0.7.0
2 parents 1c73561 + ae5f9f3 commit e9e6afc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "spacetimedb_sdk"
77
authors = [
8-
{name = "Clockwork Labs", email = "derek@clockworklabs.io"},
8+
{ name = "Clockwork Labs", email = "john@clockworklabs.io" },
99
]
1010

1111
dependencies = [
1212
"websocket-client",
1313
"configparser",
1414
]
15-
version = "0.6.0"
15+
version = "0.7.0"
1616
readme = "README.md"
1717

1818
# urls
1919
# Should describe where to find useful info for your project
2020
[project.urls]
2121
homepage = "https://spacetimedb.com"
22-
repository = "https://github.com/clockworklabs/spacetimedb-python-sdk"
22+
repository = "https://github.com/clockworklabs/spacetimedb-python-sdk"

0 commit comments

Comments
 (0)