Preparing release 3.0.1

[ci skip]
This commit is contained in:
Maurits van Rees 2017-05-31 19:10:30 +02:00
parent 56336876ce
commit 17632db32c
No known key found for this signature in database
GPG Key ID: AAEC1E5318E6FCCE
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Changelog Changelog
========= =========
3.0.1 (unreleased) 3.0.1 (2017-05-31)
------------------ ------------------
Bug fixes: Bug fixes:

View File

@ -1,7 +1,7 @@
from setuptools import find_packages from setuptools import find_packages
from setuptools import setup from setuptools import setup
version = '3.0.1.dev0' version = '3.0.1'
install_requires = [ install_requires = [
'setuptools', 'setuptools',