Skip to content

Commit

Permalink
Bump version: 0.1.5 → 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Apr 26, 2018
1 parent a927f55 commit 8f71b5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 simplet2s/__init__.py cabi/Cargo.toml
commit = True
tag = True
current_version = 0.1.5
current_version = 0.1.6

2 changes: 1 addition & 1 deletion cabi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simplet2s-capi"
version = "0.1.5"
version = "0.1.6"
authors = ["Messense Lv <[email protected]>"]
publish = false

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def build_native(spec):

setup(
name='simplet2s',
version='0.1.5',
version='0.1.6',
url='https://github.com/bosondata/simplet2s-rs',
description='A simple traditional Chinese to simplified Chinese converter',
packages=find_packages(),
Expand Down
2 changes: 1 addition & 1 deletion simplet2s/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from ._native import ffi, lib


__version__ = u'0.1.5'
__version__ = u'0.1.6'

PY2 = sys.version_info[0] == 2

Expand Down

0 comments on commit 8f71b5a

Please sign in to comment.