From a0ecc072f00dd342f57ec9a1e512049a71f0c147 Mon Sep 17 00:00:00 2001 From: gwen windflower Date: Sun, 7 Apr 2024 16:36:25 -0500 Subject: [PATCH] Align versions on 4.9 now that publish flow is stable --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0244cff..a42e2d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "jafgen" -version = "0.4.6" +version = "0.4.9" 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 09c4cbb..f74784a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="jafgen", - version="0.4.1", + version="0.4.9", packages=find_packages( exclude=["*.tests", "*.tests.*", "tests.*", "tests"], ),