Skip to content

Commit

Permalink
Cleanup build
Browse files Browse the repository at this point in the history
  • Loading branch information
aoamusat committed Jan 28, 2024
1 parent 3539eb2 commit 05ff98b
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.2"
version = "1.0.3"
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.2",
version="1.0.3",
description="Python Package for parsing ini files.",
packages=find_packages(),
zip_safe=False,
Expand Down

0 comments on commit 05ff98b

Please sign in to comment.