Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Update version and remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Porter committed Apr 19, 2016
1 parent 04fa1f5 commit 322a74a
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 @@ -15,7 +15,7 @@
except ImportError:
from urllib import urlretrieve

version = '1.0.0'
version = '1.0.1'


class pushd(object):
Expand Down Expand Up @@ -67,7 +67,7 @@ def run(self):
)
self.announce('Found patchelf at {}'.format(output.strip()),
log.INFO)
self.found_patchelf = False#True
self.found_patchelf = True
except:
self.announce('patchelf not found', log.INFO)
self.found_patchelf = False
Expand Down

0 comments on commit 322a74a

Please sign in to comment.