From 803f46675a93c809b12239d65dc8d447cf752163 Mon Sep 17 00:00:00 2001 From: zyd Date: Mon, 23 May 2022 21:23:36 +0900 Subject: [PATCH] change to 0.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 391e27d..6dc7c2a 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.0", + version="0.1.2", # The packages that constitute your project. # For my project, I have only one - "pydash".