Skip to content

Commit

Permalink
update version name
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutmydreams committed May 16, 2024
1 parent 6e6dd9a commit 322b400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="way3",
version="0.0.3",
version="0.0.5",
author="aboutmydreams",
author_email="[email protected]",
description="Simplified file path management for Python developers",
Expand All @@ -15,7 +15,7 @@
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache License",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
],
)

0 comments on commit 322b400

Please sign in to comment.