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.8.0 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrluanma committed Apr 25, 2017
1 parent e11bbb6 commit ec64cc0
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.8.0
current_version = 0.9.0

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.8.0'
__VERSION__ = '0.9.0'


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.8.0',
version='0.9.0',
license='MIT',
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit ec64cc0

Please sign in to comment.