Skip to content

Commit 28dfb66

Browse files
committed
Update version to 1.1.0
1 parent 52be866 commit 28dfb66

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ eggs/
2626
lib64/
2727
parts/
2828
sdist/
29+
dist/
2930
var/
3031
wheels/
3132
*.egg-info/

photonai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
1414
"""
1515

16-
__version__ = '1.0.0b'
16+
__version__ = '1.1.0'
1717

1818
# __all__ = ( )

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use_setuptools()
66
from setuptools import setup, find_packages
77

8-
__version__ = '1.0.0b'
8+
__version__ = '1.1.0'
99

1010
setup(
1111
name='photonai',
@@ -29,7 +29,7 @@
2929
author='PHOTON Team',
3030
author_email='[email protected]',
3131
url='https://github.com/photonai-team/photonai.git',
32-
download_url='https://github.com/photonai-team/photonai/archive/' + __version__ + '.tar.gz',
32+
download_url='https://github.com/photon-team/photonai/archive/' + __version__ + '.tar.gz',
3333
keywords=['machine learning', 'deep learning', 'neural networks', 'hyperparameter'],
3434
classifiers=[],
3535
install_requires=['numpy>=1.15.0',

0 commit comments

Comments
 (0)