Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Nov 8, 2018
1 parent 3023bec commit 572e77b
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 572e77b

Please sign in to comment.