Skip to content

Commit

Permalink
Merge pull request #74 from pygridtools/release/0.7.9
Browse files Browse the repository at this point in the history
Update version number.
  • Loading branch information
desilinguist authored Nov 8, 2018
2 parents 3023bec + 572e77b commit ed6b926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drmaa/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
:author: Dan Blanchard ([email protected])
'''

__version__ = '0.7.8'
__version__ = '0.7.9'
VERSION = tuple(int(x) for x in __version__.split('.'))

0 comments on commit ed6b926

Please sign in to comment.