Skip to content

Commit

Permalink
Need a commit to differentiate 0.5.16 and 0.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Boswell committed May 29, 2020
1 parent baafb8c commit e18f041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions continuous-delivery/update-version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
with open(setup_path, 'w') as setup_py:
setup_py.write(contents)

setup = contents[contents.rfind('setuptools.setup'):]
print(setup)
# setup = contents[contents.rfind('setuptools.setup'):]
# print(setup)

0 comments on commit e18f041

Please sign in to comment.