From ac430d64d89e2681e0efaa929180304f0361200f Mon Sep 17 00:00:00 2001 From: huntzhan Date: Mon, 4 Feb 2019 17:59:19 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.1=20=E2=86=92=200.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pytorch_fast_elmo/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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=[