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 19, 2019
1 parent e34a59b commit 07cf53f
Show file tree
Hide file tree
Showing 3 changed files with 3 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.3
version = 0.1.4
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.3",
version="0.1.4",
license="MIT",
description=(
"Fast group lasso regularised linear models in a sklearn-style API."
Expand Down
2 changes: 1 addition & 1 deletion src/group_lasso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""


__version__ = "0.1.3"
__version__ = "0.1.4"
__author__ = "Yngve Mardal Moe"
__email__ = "yngve.m.moe@gmail.com"

Expand Down

0 comments on commit 07cf53f

Please sign in to comment.