We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f3c1f commit 00927b9Copy full SHA for 00927b9
autosklearn/__init__.py
@@ -3,5 +3,5 @@
3
4
import pkg_resources
5
6
-__version__ = '0.0.1'
+__version__ = '0.0.2'
7
setup.py
@@ -53,4 +53,4 @@
53
license='BSD',
54
platforms=['Linux'],
55
classifiers=[],
56
- url='automl.github.io/auto-sklearn')
+ url='https://automl.github.io/auto-sklearn')
0 commit comments