Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Bump version: 0.11.0 → 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrluanma committed Nov 26, 2018
1 parent 9aaf430 commit eabd44b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
files = setup.py bosonnlp/__init__.py
commit = True
tag = True
current_version = 0.11.0
current_version = 0.11.1

2 changes: 1 addition & 1 deletion bosonnlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import logging


__VERSION__ = '0.11.0'
__VERSION__ = '0.11.1'


from .client import BosonNLP, ClusterTask, CommentsTask
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
description="BosonNLP.com API wrapper.",
long_description=open('README.rst').read(),
url='https://bosonnlp-py.readthedocs.org/',
version='0.11.0',
version='0.11.1',
license='MIT',
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit eabd44b

Please sign in to comment.