Skip to content

Commit

Permalink
fixed version to compy with pep440
Browse files Browse the repository at this point in the history
  • Loading branch information
jackneil committed Jul 21, 2019
1 parent 9d3f2bf commit 623da5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def find_swig(self):
assert subprocess.check_output([swigBinary, "-version"]).find(b'SWIG Version 3') != -1
return swigBinary

VERSION = '0.0.1'
VERSION = '0.0.12'

setup(
name='jamspell-medSpellCheck',
Expand Down

0 comments on commit 623da5b

Please sign in to comment.