Skip to content

Commit 931b207

Browse files
committed
New version
1 parent 4d65455 commit 931b207

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[travis-image]: https://travis-ci.org/bakwc/JamSpell.svg?branch=master
66
[travis]: https://travis-ci.org/bakwc/JamSpell
77

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

1111
JamSpell is a spell checking library with following features:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def find_swig(self):
5050
assert subprocess.check_output([swigBinary, "-version"]).find(b'SWIG Version 3') != -1
5151
return swigBinary
5252

53-
VERSION = '0.0.11'
53+
VERSION = '0.0.12'
5454

5555
setup(
5656
name='jamspell',

0 commit comments

Comments
 (0)