Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
Niru Maheswaranathan committed Nov 21, 2015
1 parent 9f47ed2 commit 53411c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion descent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
from .proximal_algorithms import *
from .utils import *

__version__ = '0.0.11'
__version__ = '0.0.12'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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='[email protected]',
Expand Down

0 comments on commit 53411c6

Please sign in to comment.