Skip to content

Commit

Permalink
Bumped version to 0.7 for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgalanakis committed Jul 25, 2014
1 parent 342bab7 commit 7c3520b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goless/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .selecting import dcase, rcase, scase, select


version_info = 0, 6, 0
version_info = 0, 7, 0
version = '.'.join([str(v) for v in version_info])

__version__ = version
Expand Down

0 comments on commit 7c3520b

Please sign in to comment.