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

Commit 9bc01cb

Browse files
committed
Start 0.5.X development cycle
1 parent 9f5b9b6 commit 9bc01cb

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.4.dev0"
2+
__version__ = "0.5.dev0"

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.4.dev0'
20+
VERSION = '0.5.dev0'
2121

2222

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

0 commit comments

Comments
 (0)