Skip to content

Commit 85c4e9f

Browse files
committed
New release for pip
1 parent 45a234a commit 85c4e9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
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.10-blue.svg?style=flat
8+
[release-image]: https://img.shields.io/badge/release-0.0.11-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

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def find_swig(self):
4646
assert subprocess.check_output([swigBinary, "-version"]).find(b'SWIG Version 3') != -1
4747
return swigBinary
4848

49-
VERSION = '0.0.10'
49+
VERSION = '0.0.11'
5050

5151
setup(
5252
name='jamspell',

0 commit comments

Comments
 (0)