From a6254926c25d621e4841622e4ec2c12397d8b704 Mon Sep 17 00:00:00 2001 From: JE-Chen <33644111+JE-Chen@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:57:42 +0800 Subject: [PATCH] Update stable --- stable.toml => dev.toml | 11 +++++------ pyproject.toml | 11 ++++++----- 2 files changed, 11 insertions(+), 11 deletions(-) rename stable.toml => dev.toml (88%) diff --git a/stable.toml b/dev.toml similarity index 88% rename from stable.toml rename to dev.toml index 7d2b35a..bbb181c 100644 --- a/stable.toml +++ b/dev.toml @@ -1,12 +1,12 @@ -# Rename to build stable version -# This is stable version +# Rename to build dev version +# This is dev version [build-system] -requires = ["setuptools>=61.0"] +requires = ["setuptools"] build-backend = "setuptools.build_meta" [project] -name = "je_editor" -version = "0.0.158" +name = "je_editor_dev" +version = "0.0.167" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] @@ -26,7 +26,6 @@ classifiers = [ "Operating System :: OS Independent" ] - [project.urls] Homepage = "https://github.com/JE-Chen/je_editor" Documentation = "https://je-editor.readthedocs.io/en/latest/" diff --git a/pyproject.toml b/pyproject.toml index bbb181c..f425aba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ -# Rename to build dev version -# This is dev version +# Rename to build stable version +# This is stable version [build-system] -requires = ["setuptools"] +requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "je_editor_dev" -version = "0.0.167" +name = "je_editor" +version = "0.0.159" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] @@ -26,6 +26,7 @@ classifiers = [ "Operating System :: OS Independent" ] + [project.urls] Homepage = "https://github.com/JE-Chen/je_editor" Documentation = "https://je-editor.readthedocs.io/en/latest/"