Skip to content

Commit

Permalink
Bump version to v0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Johnson committed Jan 12, 2017
1 parent 858b6a5 commit 62254e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
project = u'Downhill'
copyright = u'2015, Leif Johnson'
version = '0.4'
release = '0.4.0pre'
release = '0.4.0'
exclude_patterns = ['_build']
templates_path = ['_templates']
pygments_style = 'tango'
Expand Down
2 changes: 1 addition & 1 deletion downhill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .dataset import Dataset
from .first_order import *

__version__ = '0.4.0pre'
__version__ = '0.4.0'


def minimize(loss, train, valid=None, params=None, inputs=None, algo='rmsprop',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setuptools.setup(
name='downhill',
version='0.4.0pre',
version='0.4.0',
packages=setuptools.find_packages(),
author='Leif Johnson',
author_email='[email protected]',
Expand Down

0 comments on commit 62254e3

Please sign in to comment.