Skip to content

Commit

Permalink
Update pypi version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aoamusat committed Feb 5, 2024
1 parent ad73068 commit 7fa741d
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 = "iniutil"
version = "1.0.3"
version = "1.0.4"
authors = [
{ name="Akeem Amusat", email="hi@olayml.xyz" },
]
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="iniutil",
version="1.0.3",
version="1.0.4",
description="Python Package for parsing ini files.",
packages=find_packages(),
zip_safe=False,
Expand Down

0 comments on commit 7fa741d

Please sign in to comment.