Preparing release 1.0.0

This commit is contained in:
Sebastian Kalinowski 2015-02-26 11:26:38 +01:00
parent 7f00068c5f
commit 9692b5394a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
1.0.0 (unreleased) 1.0.0 (2015-02-26)
------------------ ------------------
- Added tox to run tests - Added tox to run tests

View File

@ -12,7 +12,7 @@ with open('README.rst', 'r', 'utf-8') as f:
setup( setup(
name='pydot_ng', name='pydot_ng',
version='1.0.0.dev0', version='1.0.0',
description='Python interface to Graphviz\'s Dot', description='Python interface to Graphviz\'s Dot',
author='Ero Carrera', author='Ero Carrera',
author_email='ero@dkbza.org', author_email='ero@dkbza.org',