Update setup.py

This commit is contained in:
Kjeld Schouten-Lebbing 2022-02-03 11:12:03 +01:00 committed by GitHub
parent cb9e2ceb68
commit e487c84139
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(
name="truetool",
version="3.0.2",
version="3.0.3",
# The packages that constitute your project.
# For my project, I have only one - "pydash".