Skip to content

Commit

Permalink
Bump version to 0.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Apr 8, 2024
1 parent 468fdc5 commit 6758170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "jafgen"
version = "0.4.10"
version = "0.4.11"
authors = [{ name = "gwenwindflower", email = "[email protected]" }]
dependencies = ["numpy", "pandas", "Faker", "typer[all]"]
description = "A synthetic data generator CLI for a fictional Jaffle Shop"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="jafgen",
version="0.4.10",
version="0.4.11",
packages=find_packages(
exclude=["*.tests", "*.tests.*", "tests.*", "tests"],
),
Expand Down

0 comments on commit 6758170

Please sign in to comment.