diff --git a/pyproject.toml b/pyproject.toml index 3d2aae3..78f7f2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wherobots-python-dbapi" -version = "0.28.0" +version = "0.28.1" description = "Python DB-API driver for Wherobots DB" authors = [{ name = "Maxime Petazzoni", email = "max@wherobots.com" }] requires-python = ">=3.10, <4" diff --git a/uv.lock b/uv.lock index 2fe876e..1b9602a 100644 --- a/uv.lock +++ b/uv.lock @@ -1147,7 +1147,7 @@ wheels = [ [[package]] name = "wherobots-python-dbapi" -version = "0.28.0" +version = "0.28.1" source = { editable = "." } dependencies = [ { name = "cbor2" }, diff --git a/wherobots/__init__.py b/wherobots/__init__.py deleted file mode 100644 index e69de29..0000000