diff --git a/pytorch_fast_elmo/__init__.py b/pytorch_fast_elmo/__init__.py index 63ecee5..eb6a7b8 100644 --- a/pytorch_fast_elmo/__init__.py +++ b/pytorch_fast_elmo/__init__.py @@ -3,7 +3,7 @@ __author__ = """Hunt Zhan""" __email__ = 'huntzhan.dev@gmail.com' -__version__ = '0.3.1' +__version__ = '0.3.2' # To avoid `undefined symbol` error. import torch diff --git a/setup.cfg b/setup.cfg index c0284b4..512bbb1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.1 +current_version = 0.3.2 commit = True tag = True diff --git a/setup.py b/setup.py index e9b0dae..5a8c635 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def load_requirements(path): test_suite='tests', tests_require=test_requirements, url='https://github.com/cnt-dev/pytorch-fast-elmo', - version='0.3.1', + version='0.3.2', zip_safe=False, # Pytorch Cpp Extension. ext_modules=[