bump to 0.7.0dev

This commit is contained in:
James Turk 2018-04-16 13:17:44 -04:00
parent dfa0f37c81
commit 434cae5811
3 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,10 @@
Changelog
=========
0.7.0 -
--------
* drop Python 2 compatibility & legacy code
0.6.1 - April 16 2018
---------------------
* fixed wheel release issue

View File

@ -45,16 +45,16 @@ master_doc = 'index'
# General information about the project.
project = 'jellyfish'
copyright = '2016, James Turk'
copyright = '2018, James Turk'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6.0'
release = '0.7.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -95,7 +95,7 @@ def run_setup(build_c):
long_description = readme.read()
setup(name="jellyfish",
version="0.6.1",
version="0.7.0",
platforms=["any"],
description=("a library for doing approximate and "
"phonetic matching of strings."),