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

Commit 7ed2abb

Browse files
committed
Bump version: 0.7.0 → 0.8.0
1 parent 9ba3fac commit 7ed2abb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
files = setup.py bosonnlp/__init__.py
33
commit = True
44
tag = True
5-
current_version = 0.7.0
5+
current_version = 0.8.0
66

bosonnlp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import logging
3535

3636

37-
__VERSION__ = '0.7.0'
37+
__VERSION__ = '0.8.0'
3838

3939

4040
from .client import BosonNLP, ClusterTask, CommentsTask

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
description="BosonNLP.com API wrapper.",
1111
long_description=open('README.rst').read(),
1212
url='https://bosonnlp-py.readthedocs.org/',
13-
version='0.7.0',
13+
version='0.8.0',
1414
license='MIT',
1515
packages=find_packages(),
1616
install_requires=[

0 commit comments

Comments
 (0)