Skip to content

Commit

Permalink
Update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsWinter committed May 8, 2020
1 parent 52be866 commit 28dfb66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ eggs/
lib64/
parts/
sdist/
dist/
var/
wheels/
*.egg-info/
Expand Down
2 changes: 1 addition & 1 deletion photonai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"""

__version__ = '1.0.0b'
__version__ = '1.1.0'

# __all__ = ( )
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use_setuptools()
from setuptools import setup, find_packages

__version__ = '1.0.0b'
__version__ = '1.1.0'

setup(
name='photonai',
Expand All @@ -29,7 +29,7 @@
author='PHOTON Team',
author_email='[email protected]',
url='https://github.com/photonai-team/photonai.git',
download_url='https://github.com/photonai-team/photonai/archive/' + __version__ + '.tar.gz',
download_url='https://github.com/photon-team/photonai/archive/' + __version__ + '.tar.gz',
keywords=['machine learning', 'deep learning', 'neural networks', 'hyperparameter'],
classifiers=[],
install_requires=['numpy>=1.15.0',
Expand Down

0 comments on commit 28dfb66

Please sign in to comment.