Skip to content

Commit 5238e3c

Browse files
authored
Update setup.py
1 parent 614471f commit 5238e3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="pyPolyMesher",
8-
version="1.0.0",
8+
version="1.0.1",
99
packages=find_packages(where="src"),
1010
package_dir={"": "src"},
1111
author="Sad-Abd",
@@ -32,4 +32,4 @@
3232
"Programming Language :: Python :: 3.10",
3333
"Programming Language :: Python :: 3.11"
3434
],
35-
)
35+
)

0 commit comments

Comments
 (0)