Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus0824 committed Jul 19, 2017
1 parent 23101aa commit cbae00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ def read(fname):
try:
commit_hash = check_output("git rev-parse HEAD", shell=True).decode('utf-8').strip('\n')
except CalledProcessError:
# put commit hash for current release
commit_hash = ''
# put commit hash for current release -1
commit_hash = '23101aab328e653225dd63cd7c071f680dc00b0e'

# Write commit to file inside package, that can be read later
if commit_hash:
Expand Down

0 comments on commit cbae00c

Please sign in to comment.