Skip to content

Commit

Permalink
Modify package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sad-Abd committed Jul 17, 2023
1 parent b7c9f19 commit e9d2347
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,15 +5,15 @@

setuptools.setup(
name = "qtreemesh",
version = "0.0.1",
version = "0.1.0",
author = "Sad-Abd",
author_email = "abedisadjad@gmail.com",
description = "A package that creats quadtree mesh from an image",
long_description = long_description,
long_description_content_type = "text/markdown",
url = "https://github.com/Sad-Abd/qtreemesh",
project_urls = {
"Bug Tracker": "https://github.com/Sad-Abd/qtreemesh",
"Bug Tracker": "https://github.com/Sad-Abd/qtreemesh/issues",
},
classifiers = [
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit e9d2347

Please sign in to comment.