From a8920733cc0ef88091a1435a5056e1da14777667 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Mar 2026 07:57:13 +0000 Subject: [PATCH 1/2] Initial plan From 8b1d31da5460571eab2e84885460b93b45df59e7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Mar 2026 07:59:05 +0000 Subject: [PATCH 2/2] chore: version bump 0.6.0b1 -> 0.6.0 stable Co-authored-by: cdfmlr <45259230+cdfmlr@users.noreply.github.com> --- pyproject.toml | 4 ++-- setup.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 89bf7a3..a724086 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" [project] name = "pyflowchart" -version = "0.6.0b1" +version = "0.6.0" description = "Python codes to Flowcharts." readme = "README.md" license = { text = "MIT" } authors = [{ name = "CDFMLR", email = "cdfmlr@outlook.com" }] requires-python = ">=3.7" classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", diff --git a/setup.py b/setup.py index a1f851e..b05835f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='pyflowchart', - version='0.6.0b1', + version='0.6.0', url='https://github.com/cdfmlr/pyflowchart', license='MIT', author='CDFMLR', @@ -15,7 +15,7 @@ long_description_content_type="text/markdown", packages=setuptools.find_packages(), classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3",