diff --git a/pyproject.toml b/pyproject.toml index 5db47ac..051e8b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ dev = [ [project] name = "sqlrepo" -version = "0.1.0" +version = "0.1.1" description = "sqlalchemy repositories with crud operations and other utils for it." authors = [{ name = "Dmitriy Lunev", email = "dima.lunev14@gmail.com" }] requires-python = ">=3.11"