We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d65455 commit 931b207Copy full SHA for 931b207
README.md
@@ -5,7 +5,7 @@
5
[travis-image]: https://travis-ci.org/bakwc/JamSpell.svg?branch=master
6
[travis]: https://travis-ci.org/bakwc/JamSpell
7
8
-[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
9
[releases]: https://github.com/bakwc/JamSpell/releases
10
11
JamSpell is a spell checking library with following features:
setup.py
@@ -50,7 +50,7 @@ def find_swig(self):
50
assert subprocess.check_output([swigBinary, "-version"]).find(b'SWIG Version 3') != -1
51
return swigBinary
52
53
-VERSION = '0.0.11'
+VERSION = '0.0.12'
54
55
setup(
56
name='jamspell',
0 commit comments