Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
narenst authored May 10, 2024
1 parent 61285de commit 8a82b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = "random-real-address"
version = "0.1.1"
version = "0.1.2"
description = "A Python package to generate real addresses in the US."
authors = [{name = "Naren Thiagarajan", email = "[email protected]"}]
license = {text = "MIT License"}
Expand All @@ -27,4 +27,4 @@ build = [
]

[tool.setuptools.packages.find]
where = ["random_address"]
where = ["random_address"]

0 comments on commit 8a82b76

Please sign in to comment.