Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
bakwc committed Sep 30, 2020
1 parent 4d65455 commit 931b207
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.11-blue.svg?style=flat
[release-image]: https://img.shields.io/badge/release-0.0.12-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 @@ -50,7 +50,7 @@ def find_swig(self):
assert subprocess.check_output([swigBinary, "-version"]).find(b'SWIG Version 3') != -1
return swigBinary

VERSION = '0.0.11'
VERSION = '0.0.12'

setup(
name='jamspell',
Expand Down

0 comments on commit 931b207

Please sign in to comment.