Skip to content

Commit

Permalink
New release for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
bakwc committed May 25, 2018
1 parent 45a234a commit 85c4e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[travis-image]: https://travis-ci.org/bakwc/JamSpell.svg?branch=master
[travis]: https://travis-ci.org/bakwc/JamSpell

[release-image]: https://img.shields.io/badge/release-0.0.10-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-0.0.11-blue.svg?style=flat
[releases]: https://github.com/bakwc/JamSpell/releases

JamSpell is a spell checking library with following features:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def find_swig(self):
assert subprocess.check_output([swigBinary, "-version"]).find(b'SWIG Version 3') != -1
return swigBinary

VERSION = '0.0.10'
VERSION = '0.0.11'

setup(
name='jamspell',
Expand Down

0 comments on commit 85c4e9f

Please sign in to comment.