From 72d013dba38eeeea20cd6ed8af5aee19c7731afb Mon Sep 17 00:00:00 2001 From: Sheng Dai Date: Sun, 15 Dec 2024 10:45:52 +0800 Subject: [PATCH] update to v0.7.4 --- doc/sphinx/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index a1561f6..d6d40a6 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -28,7 +28,7 @@ # The short X.Y version. version = '0.7' # The full version, including alpha/beta/rc tags. -release = '0.7.3' +release = '0.7.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index efe4458..6c38e7c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup_args = dict( name='pystoned', - version='0.7.3', + version='0.7.4', description='A Python Package for Convex Regression and Frontier Estimation', long_description_content_type="text/markdown", long_description=README,