Skip to content

Commit

Permalink
feat: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HokageM committed Apr 2, 2024
1 parent 6cc1646 commit e10697a
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 @@ -15,13 +15,13 @@
"images, making it ideal for tasks like testing and quality assurance. Additionally, it "
"offers options for customization, which can be helpful for color-blind users.",
long_description_content_type="text/markdown",
version="0.1.0"
version="0.2.0"
)
except: # noqa
print(
"\n\nAn error occurred while building the project, "
"please ensure you have the most updated version of setuptools, "
"setuptools_scm and wheel with:\n"
" pip install -U setuptools setuptools_scm wheel\n\n"
" pip install -U setup tools setuptools_scm wheel\n\n"
)
raise

0 comments on commit e10697a

Please sign in to comment.