bump version to v0.1.1

This commit is contained in:
James Powell
2018-03-22 13:04:00 -04:00
parent 2777d957e4
commit 80e1ce12ce

View File

@@ -11,7 +11,7 @@ with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
setup(
name='gnpy',
version='0.1.0',
version='0.1.1',
description='route planning and optimization tool for mesh optical networks',
long_description=long_description,
long_description_content_type='text/x-rst',