diff --git a/setup.py b/setup.py index 18e173c..391e27d 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # eg: 1.0.0, 1.0.1, 3.0.2, 5.0-beta, etc. # You CANNOT upload two versions of your package with the same version number # This field is REQUIRED - version="0.1.0", + version="0.1.0.0", # The packages that constitute your project. # For my project, I have only one - "pydash".