Skip to content

Commit

Permalink
Bump version for release! [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Johnson committed Sep 25, 2015
1 parent e8df579 commit 46ee84f
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 @@ -20,7 +20,7 @@
project = u'Downhill'
copyright = u'2015, Leif Johnson'
version = '0.3'
release = '0.3.0pre'
release = '0.3.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.3.0pre'
__version__ = '0.3.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.3.0pre',
version='0.3.0',
packages=setuptools.find_packages(),
author='Leif Johnson',
author_email='[email protected]',
Expand Down

0 comments on commit 46ee84f

Please sign in to comment.