Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sad-Abd committed Sep 24, 2023
1 parent d832f67 commit 116f517
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 = "qtreemesh",
version = "0.1.01",
version = "0.1.2",
author = "Sad-Abd",
author_email = "abedisadjad@gmail.com",
description = "A package that creats quadtree mesh from an image",
Expand All @@ -27,4 +27,4 @@
package_dir = {"": "src"},
packages = setuptools.find_packages(where="src"),
python_requires = ">=3.6"
)
)

0 comments on commit 116f517

Please sign in to comment.