Skip to content

Commit

Permalink
Bump version for minor release! [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Johnson committed Jul 9, 2015
1 parent 9db462a commit ea32ca1
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 @@ -23,7 +23,7 @@
project = u'Theanets'
copyright = u'2015, Leif Johnson'
version = '0.6'
release = '0.6.0'
release = '0.6.1'
exclude_patterns = ['_build']
templates_path = ['_templates']
pygments_style = 'tango'
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='theanets',
version='0.6.0',
version='0.6.1',
packages=setuptools.find_packages(),
author='Leif Johnson',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion theanets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from . import recurrent
from . import trainer

__version__ = '0.6.0pre'
__version__ = '0.6.1'

0 comments on commit ea32ca1

Please sign in to comment.