Skip to content

Commit 00927b9

Browse files
committed
MAINT bump version number, fix project URI
1 parent 96f3c1f commit 00927b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autosklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
import pkg_resources
55

6-
__version__ = '0.0.1'
6+
__version__ = '0.0.2'
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@
5353
license='BSD',
5454
platforms=['Linux'],
5555
classifiers=[],
56-
url='automl.github.io/auto-sklearn')
56+
url='https://automl.github.io/auto-sklearn')

0 commit comments

Comments
 (0)