diff --git a/pyproject.toml b/pyproject.toml index bc7cd39..bb218a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dqlitepy" -version = "0.0.1" +version = "0.1.0" description = "Python bindings for the Canonical dqlite distributed SQLite engine" readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index 72b0bd1..c7558d0 100644 --- a/uv.lock +++ b/uv.lock @@ -153,7 +153,7 @@ wheels = [ [[package]] name = "dqlitepy" -version = "0.0.1" +version = "0.1.0" source = { editable = "." } dependencies = [ { name = "cffi" },