Skip to content

Commit 1d7b430

Browse files
committed
add 4dev0
1 parent 700074e commit 1d7b430

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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.3"
3+
version = "0.0.4.dev0"
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
import os
2-
from pathlib import Path
32
import zipfile
3+
from pathlib import Path
4+
45
import requests
56
from pybind11.setup_helpers import Pybind11Extension
67
from setuptools import setup
78
from setuptools.command.build_ext import build_ext
89

9-
__version__ = "0.0.3"
10+
__version__ = "0.0.4.dev0"
1011

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

0 commit comments

Comments
 (0)