Skip to content

Commit

Permalink
bugfix for changing permissions on RedHat
Browse files Browse the repository at this point in the history
  • Loading branch information
ginolhac committed Oct 9, 2015
1 parent e06bd84 commit 39dc5d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mapdamage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
try:
from mapdamage._version import __version__
except ImportError:
__version__ = "2.0.5"
__version__ = "2.0.6"

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run(self):
files = self.get_outputs()
for fi in files:
if fi.endswith("seqtk/seqtk"):
os.chmod(fi,755)
os.chmod(fi,0755)



Expand Down

0 comments on commit 39dc5d5

Please sign in to comment.