Skip to content

Commit

Permalink
Bump version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rgalanakis committed Dec 5, 2019
1 parent 286cd69 commit 3c8742f
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, 7, 2
version_info = 0, 7, 3
version = '.'.join([str(v) for v in version_info])

__version__ = version
Expand Down

0 comments on commit 3c8742f

Please sign in to comment.