Skip to content

Commit

Permalink
misc: update release tool
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Jan 23, 2019
1 parent d0101d6 commit 7808588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from invoke import task

def get_version():
return re.search(r"""__version__\s+=\s+(?P<quote>['"])(?P<version>.+?)(?P=quote)""", open('pycares/_version.py').read()).group('version')
return re.search(r"""__version__\s+=\s+(?P<quote>['"])(?P<version>.+?)(?P=quote)""", open('src/pycares/_version.py').read()).group('version')

@task
def release(c):
Expand Down

0 comments on commit 7808588

Please sign in to comment.