Skip to content

Commit

Permalink
Bump version: 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
huntzhan committed Feb 4, 2019
1 parent 92ce3de commit ac430d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytorch_fast_elmo/__init__.py
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.1
current_version = 0.3.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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=[
Expand Down

0 comments on commit ac430d6

Please sign in to comment.