From 7b13be54b277c8aebab6360b9a43ff6353c06af3 Mon Sep 17 00:00:00 2001 From: JE-Chen <33644111+JE-Chen@users.noreply.github.com> Date: Mon, 14 Aug 2023 10:19:24 +0800 Subject: [PATCH] Update dev and stable version --- README.md | 2 +- pyproject.toml | 10 +++++----- dev.toml => stable.toml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) rename dev.toml => stable.toml (85%) diff --git a/README.md b/README.md index 58bf8b2..d058e9f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ > pip install automation_file ## Requires -> python 3.8 or later +> python 3.9 or later ### Architecture Diagram ![architecture_diagram](architecture_diagram/FileAutomation.drawio.png) diff --git a/pyproject.toml b/pyproject.toml index 2159706..acfd558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,23 +5,23 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "automation_file" -version = "0.0.17" +name = "automation_file_dev" +version = "0.0.20" authors = [ { name = "JE-Chen", email = "zenmailman@gmail.com" }, ] description = "" readme = { file = "README.md", content-type = "text/markdown" } -requires-python = ">=3.8" +requires-python = ">=3.9" license = { text = "MIT" } dependencies = [ "google-api-python-client", "google-auth-httplib2", "google-auth-oauthlib", - "APScheduler" + "APScheduler==3.10.1" ] classifiers = [ - "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.9", "Development Status :: 2 - Pre-Alpha", "Environment :: Win32 (MS Windows)", "Environment :: MacOS X", diff --git a/dev.toml b/stable.toml similarity index 85% rename from dev.toml rename to stable.toml index 631b1a2..eede976 100644 --- a/dev.toml +++ b/stable.toml @@ -5,23 +5,23 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -name = "automation_file_dev" -version = "0.0.19" +name = "automation_file" +version = "0.0.18" authors = [ { name = "JE-Chen", email = "zenmailman@gmail.com" }, ] description = "" readme = { file = "README.md", content-type = "text/markdown" } -requires-python = ">=3.8" +requires-python = ">=3.9" license = { text = "MIT" } dependencies = [ "google-api-python-client", "google-auth-httplib2", "google-auth-oauthlib", - "APScheduler" + "APScheduler==3.10.1" ] classifiers = [ - "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.9", "Development Status :: 2 - Pre-Alpha", "Environment :: Win32 (MS Windows)", "Environment :: MacOS X",