Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sad-Abd authored May 29, 2024
1 parent 614471f commit 5238e3c
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 @@

setup(
name="pyPolyMesher",
version="1.0.0",
version="1.0.1",
packages=find_packages(where="src"),
package_dir={"": "src"},
author="Sad-Abd",
Expand All @@ -32,4 +32,4 @@
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11"
],
)
)

0 comments on commit 5238e3c

Please sign in to comment.