Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Commit f05855f

Browse files
committed
v0.6.0
1 parent db26ba2 commit f05855f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = "0.6.dev0"
2+
__version__ = "0.6.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
URL = 'https://github.com/scikit-learn-contrib/lightning'
1818
LICENSE = 'new BSD'
1919
DOWNLOAD_URL = 'https://github.com/scikit-learn-contrib/lightning'
20-
VERSION = '0.6.dev0'
20+
VERSION = '0.6.0'
2121

2222

2323
def configuration(parent_package='', top_path=None):

0 commit comments

Comments
 (0)