From 53411c6e6e91b4d60c1bc2160f04424df3cc5cf8 Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Sat, 21 Nov 2015 10:04:22 -0800 Subject: [PATCH] bumping version --- descent/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',