bump version

This commit is contained in:
Valentin Boettcher 2019-05-13 16:03:17 +02:00
parent 102f0dbc33
commit afdc3d0aa1

View file

@ -6,7 +6,7 @@ def readme():
return f.read()
setup(name='SecondaryValue',
version='0.1.0',
version='0.1.1',
description='A helper to calculate the gaussian error propagation.',
long_description=readme(),
long_description_content_type='text/markdown',