bump version

This commit is contained in:
Valentin Boettcher 2019-05-13 09:34:24 +02:00
parent bafb6d44fa
commit 76b979c1fc

View file

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