diff --git a/pyproject.toml b/pyproject.toml index b1e9624..c55a215 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] description = "Sqlite Extensions and Wrappers" license = {file = "LICENSE"} -version = "0.0.3" +version = "0.0.4" readme = "README.md" keywords = ["sqlite", "wrapper", "extensions"] diff --git a/setup.py b/setup.py index d864c06..61a6565 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,6 @@ from setuptools import setup, find_packages setup(name="sew", - version="0.0.3", + version="0.0.4", packages=find_packages("."))