Set version number to 6.0.dev1

This commit is contained in:
Ben Darnell 2018-07-14 11:17:18 -04:00
parent c890f840f2
commit 38c0ceff1a
2 changed files with 3 additions and 3 deletions

View File

@ -103,7 +103,7 @@ MacOS users should run:
kwargs = {}
version = "5.1"
version = "6.0.dev1"
with open('README.rst') as f:
kwargs['long_description'] = f.read()

View File

@ -24,5 +24,5 @@ from __future__ import absolute_import, division, print_function
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
version = "5.1"
version_info = (5, 1, 0, 0)
version = "6.0.dev1"
version_info = (6, 0, 0, -100)