From 6ca691e20e0feffd22214f105ff2f667175255d0 Mon Sep 17 00:00:00 2001 From: "hao.long" Date: Wed, 1 Apr 2020 01:27:54 +0800 Subject: [PATCH] Update patch version --- setup.py | 2 +- src/photoshop/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ed4ac9ce..b5122ab6 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.1', + version='0.7.2.', packages=find_packages('./src'), setup_requires=['setuptools-scm', 'setuptools>=40.0'], author_email='hal.long@outllok.com', diff --git a/src/photoshop/__init__.py b/src/photoshop/__init__.py index 8828e602..0013d656 100644 --- a/src/photoshop/__init__.py +++ b/src/photoshop/__init__.py @@ -213,7 +213,7 @@ def __exit__(self, exc_type, exc_val, exc_tb): ] __title__ = 'photoshop_python_api' -__version__ = '0.7.1' +__version__ = '0.7.2' __author__ = 'Long Hao' __license__ = 'MIT' __copyright__ = 'Copyright 2018 Long Hao'