diff --git a/pyproject.toml b/pyproject.toml index 80bba53..5f2b2f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jafgen" -version = "0.4.10" +version = "0.4.11" authors = [{ name = "gwenwindflower", email = "gwenwindflower@gmail.com" }] dependencies = ["numpy", "pandas", "Faker", "typer[all]"] description = "A synthetic data generator CLI for a fictional Jaffle Shop" diff --git a/setup.py b/setup.py index 13632cc..bd11e96 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="jafgen", - version="0.4.10", + version="0.4.11", packages=find_packages( exclude=["*.tests", "*.tests.*", "tests.*", "tests"], ),