We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec521f commit 63ac350Copy full SHA for 63ac350
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.9-blue.svg?style=flat
+[release-image]: https://img.shields.io/badge/release-0.0.10-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.9'
+VERSION = '0.0.10'
50
51
setup(
52
name='jamspell',
0 commit comments