Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrinkmanncw committed Aug 2, 2023
1 parent 8948e5e commit 66ef98b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/quickstart/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
spacetimedb = "0.5"
spacetimedb = "0.6"
log = "0.4"
anyhow = "1.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ build-backend = "setuptools.build_meta"
[project]
name = "spacetimedb_sdk"
authors = [
{name = "Derek Brinkmann", email = "derek@clockworklabs.io"},
{name = "Clockwork Labs", email = "derek@clockworklabs.io"},
]

dependencies = [
"websocket-client",
"configparser",
]
version = "0.5.0.2"
version = "0.6.0"
readme = "README.md"

# urls
Expand Down

0 comments on commit 66ef98b

Please sign in to comment.