Skip to content

Commit 6309a6a

Browse files
authored
MNT start dev of 0.5 version (#286)
1 parent 2b40b1a commit 6309a6a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

doc/changes/0.5.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. _changes_0_5:
2+
3+
Version 0.5 (in progress)
4+
-------------------------

doc/changes/whats_new.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ What's new
55

66
.. currentmodule:: skglm
77

8+
.. include:: 0.5.rst
9+
810
.. include:: 0.4.rst
911

1012
.. include:: 0.3.rst

skglm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.4'
1+
__version__ = '0.5dev'
22

33
from skglm.estimators import ( # noqa F401
44
Lasso, WeightedLasso, ElasticNet, MCPRegression, MultiTaskLasso, LinearSVC,

0 commit comments

Comments
 (0)