diff --git a/descent/__init__.py b/descent/__init__.py index b500370..4cab2e5 100644 --- a/descent/__init__.py +++ b/descent/__init__.py @@ -26,4 +26,4 @@ from .proximal_algorithms import * from .utils import * -__version__ = '0.0.11' +__version__ = '0.0.12' diff --git a/setup.py b/setup.py index 0dd99f3..c1b0e54 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='descent', - version='0.0.11', + version='0.0.12', description='First order optimization tools', author='Niru Maheshwaranathan', author_email='nirum@stanford.edu',