Skip to content

Commit

Permalink
Update patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
hao.long committed Mar 31, 2020
1 parent ab745e2 commit 6ca691e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion src/photoshop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 6ca691e

Please sign in to comment.