Skip to content

Commit c809b97

Browse files
committed
Update stable and dev version
Update stable and dev version
1 parent b78aef2 commit c809b97

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

dev.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "automation_file_dev"
9-
version = "0.0.25"
9+
version = "0.0.26"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]
@@ -17,16 +17,14 @@ license = { text = "MIT" }
1717
dependencies = [
1818
"google-api-python-client",
1919
"google-auth-httplib2",
20-
"google-auth-oauthlib",
21-
"APScheduler"
20+
"google-auth-oauthlib"
2221
]
2322
classifiers = [
2423
"Programming Language :: Python :: 3.9",
2524
"Development Status :: 2 - Pre-Alpha",
2625
"Environment :: Win32 (MS Windows)",
2726
"Environment :: MacOS X",
2827
"Environment :: X11 Applications",
29-
"License :: OSI Approved :: MIT License",
3028
"Operating System :: OS Independent"
3129
]
3230

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "automation_file"
9-
version = "0.0.23"
9+
version = "0.0.24"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]
@@ -18,7 +18,6 @@ dependencies = [
1818
"google-api-python-client",
1919
"google-auth-httplib2",
2020
"google-auth-oauthlib",
21-
"APScheduler"
2221
]
2322
classifiers = [
2423
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)