diff --git a/setup.py b/setup.py index e8860ecb..88dd0067 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ README_MD = open(join(dirname(abspath(__file__)), "README.md")).read() setup( name="truetool", - version="3.0.1", + version="3.0.2", # The packages that constitute your project. # For my project, I have only one - "pydash".