Skip to content

Commit 66ef98b

Browse files
committed
Update package version
1 parent 8948e5e commit 66ef98b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/quickstart/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ edition = "2021"
99
crate-type = ["cdylib"]
1010

1111
[dependencies]
12-
spacetimedb = "0.5"
12+
spacetimedb = "0.6"
1313
log = "0.4"
1414
anyhow = "1.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "spacetimedb_sdk"
77
authors = [
8-
{name = "Derek Brinkmann", email = "[email protected]"},
8+
{name = "Clockwork Labs", email = "[email protected]"},
99
]
1010

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

1818
# urls

0 commit comments

Comments
 (0)