diff --git a/setup.py b/setup.py index f3d3a9b..bd0f40b 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='fw4pde', - version='1.0.0', + version='1.0.2', description='Frank--Wolfe algorithms for PDE-constrained optimization', author="Johannes Milz", author_email='johannes.milz@gatech.edu',