From 6ef7b59b57658a4922456278b057c8e26cba6638 Mon Sep 17 00:00:00 2001 From: "hao.long" Date: Wed, 1 Apr 2020 01:34:14 +0800 Subject: [PATCH] Fix wrong version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b5122ab6..347eeeb9 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ author='Long Hao', package_dir={'': 'src'}, url='https://github.com/loonghao/photoshop_python_api', - version='0.7.2.', + version='0.7.2', packages=find_packages('./src'), setup_requires=['setuptools-scm', 'setuptools>=40.0'], author_email='hal.long@outllok.com',