Update setup.py

This commit is contained in:
Kjeld Schouten-Lebbing 2022-01-22 11:31:11 +01:00 committed by GitHub
parent 020d45806d
commit 982693639b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ README_MD = open(join(dirname(abspath(__file__)), "README.md")).read()
setup( setup(
name="truetool", name="truetool",
version="3.0.1", version="3.0.2",
# The packages that constitute your project. # The packages that constitute your project.
# For my project, I have only one - "pydash". # For my project, I have only one - "pydash".