Skip to content

Commit

Permalink
chore(bump version)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Apr 26, 2024
1 parent 4eb2b57 commit 12fc3a9
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.12"
version = "0.4.13"
authors = [{ name = "gwenwindflower", email = "gwenwindflower@gmail.com" }]
dependencies = ["numpy", "Faker", "typer"]
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.12",
version="0.4.13",
packages=find_packages(
exclude=["*.tests", "*.tests.*", "tests.*", "tests"],
),
Expand Down

0 comments on commit 12fc3a9

Please sign in to comment.