Skip to content

Commit 3780777

Browse files
authored
Merge pull request #31 from Integration-Automation/dev
Update dev and stable version
2 parents 5135021 + fe721b3 commit 3780777

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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)