Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvem committed Jul 15, 2019
1 parent 5bed902 commit 6b8a6bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = group-lasso
version = 0.1.1
version = 0.1.2
license = MIT
description = Fast group lasso regularised linear models in a sklearn-style API.
long_description = file: README.rst
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="group-lasso",
version="0.1.1",
version="0.1.2",
license="MIT",
description="Fast group lasso regularised linear models in a sklearn-style API.",
long_description=long_description,
Expand Down
4 changes: 3 additions & 1 deletion src/group_lasso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"""


__version__ = "0.1.1"
__version__ = "0.1.2"
__author__ = "Yngve Mardal Moe"
__email__ = "yngve.m.moe@gmail.com"


from group_lasso._group_lasso import GroupLasso, LogisticGroupLasso

0 comments on commit 6b8a6bc

Please sign in to comment.