Skip to content

Commit

Permalink
Fix release failed
Browse files Browse the repository at this point in the history
  • Loading branch information
hao.long committed Apr 21, 2020
1 parent e80bc8a commit 1944edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

with open("src/photoshop/__init__.py", "r") as file_object:
context = file_object.read()
version = re.search(r"__version__\s*=\s*'([\d/.]+)'", context).groups()[0]
version = re.search(r'__version__\s*=\s*"([\d/.]+)"', context).groups()[0]

setup(
name="photoshop_python_api",
Expand Down

0 comments on commit 1944edd

Please sign in to comment.