Skip to content

Commit

Permalink
Bump version to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Feb 3, 2021
1 parent 36c9c93 commit c91ac93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion montblanc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from montblanc.logsetup import setup_logging, setup_test_logging
from montblanc.tests import test

__version__ = "0.6.3"
__version__ = "0.6.4"

log = setup_logging()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def readme():
log.info('install_requires={}'.format(install_requires))

setup(name='montblanc',
version="0.6.3",
version="0.6.4",
description='GPU-accelerated RIME implementations.',
long_description=readme(),
url='http://github.com/ska-sa/montblanc',
Expand Down

0 comments on commit c91ac93

Please sign in to comment.