Skip to content

Commit fe721b3

Browse files
committed
Update dev and stable version
Update dev and stable version * APScheduler
1 parent 7b13be5 commit fe721b3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

stable.toml renamed to dev.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "automation_file"
9-
version = "0.0.18"
8+
name = "automation_file_dev"
9+
version = "0.0.21"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]
@@ -18,7 +18,7 @@ dependencies = [
1818
"google-api-python-client",
1919
"google-auth-httplib2",
2020
"google-auth-oauthlib",
21-
"APScheduler==3.10.1"
21+
"APScheduler"
2222
]
2323
classifiers = [
2424
"Programming Language :: Python :: 3.9",

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "automation_file_dev"
9-
version = "0.0.20"
8+
name = "automation_file"
9+
version = "0.0.19"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]
@@ -18,7 +18,7 @@ dependencies = [
1818
"google-api-python-client",
1919
"google-auth-httplib2",
2020
"google-auth-oauthlib",
21-
"APScheduler==3.10.1"
21+
"APScheduler"
2222
]
2323
classifiers = [
2424
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)