We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a234a commit 85c4e9fCopy full SHA for 85c4e9f
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.10-blue.svg?style=flat
+[release-image]: https://img.shields.io/badge/release-0.0.11-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
@@ -46,7 +46,7 @@ def find_swig(self):
46
assert subprocess.check_output([swigBinary, "-version"]).find(b'SWIG Version 3') != -1
47
return swigBinary
48
49
-VERSION = '0.0.10'
+VERSION = '0.0.11'
50
51
setup(
52
name='jamspell',
0 commit comments