Skip to content

Commit a11518a

Browse files
committed
version update
1 parent 52f12c9 commit a11518a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-129 KB
Binary file not shown.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rehline"
3-
version = "0.0.7"
3+
version = "0.1.0"
44
description = "Regularized Composite ReLU-ReHU Loss Minimization with Linear Computation and Linear Convergence"
55
authors = [
66
{name = "Ben Dai", email = "[email protected]"},

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pybind11.setup_helpers import Pybind11Extension, build_ext
77
from setuptools import setup
88

9-
__version__ = "0.0.7"
9+
__version__ = "0.1.0"
1010

1111
# The main interface is through Pybind11Extension.
1212
# * You can add cxx_std=11/14/17, and then build_ext can be removed.

0 commit comments

Comments
 (0)