Skip to content

Commit

Permalink
Version bump for 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcauliffe committed Aug 11, 2016
1 parent a17a7b9 commit 73275b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aligner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__ver_major__ = 0
__ver_minor__ = 6
__ver_patch__ = 1
__ver_patch__ = 2
__ver_tuple__ = (__ver_major__, __ver_minor__, __ver_patch__)
__version__ = "%d.%d.%d" % __ver_tuple__

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run_tests(self):

if __name__ == '__main__':
setup(name='Montreal Forced Aligner',
version='0.6.1',
version='0.6.2',
description='',
long_description='',
classifiers=[
Expand Down

0 comments on commit 73275b4

Please sign in to comment.