Skip to content

Commit 06430cd

Browse files
committed
prepare for new release
1 parent 67e3098 commit 06430cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
MIT License
22

3-
Copyright (c) 2022-2023 SoftMin
4-
Copyright (c) 2022-2023 Ben Dai
5-
Copyright (c) 2022-2023 Yixuan Qiu
3+
Copyright (c) 2022-2024 SoftMin
4+
Copyright (c) 2022-2024 Ben Dai
5+
Copyright (c) 2022-2024 Yixuan Qiu
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

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.4"
3+
version = "0.0.5"
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.4"
9+
__version__ = "0.0.5"
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)