Skip to content

Commit

Permalink
update to v1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zijwang committed Jun 2, 2021
1 parent b208bae commit bdaf727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion m3inference/m3inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def __init__(self, model_dir=expanduser("~/m3/models/"), pretrained=True, use_fu
if self.skip_logging:
logging.getLogger().setLevel(logging.WARN)

logger.info('Version 1.1.4')
logger.info('Version 1.1.5')
logger.info(f'Running on {self.device.type}.')

if not pretrained:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='m3inference',
version='1.1.4',
version='1.1.5',
author='Zijian Wang et al.',
author_email='[email protected]',
description='M3 Inference',
Expand Down

0 comments on commit bdaf727

Please sign in to comment.