Skip to content

Commit ce66926

Browse files
committed
update stable version
update stable version
1 parent 2090c48 commit ce66926

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,15 +5,15 @@ requires = ["setuptools>=61.0"]
55
build-backend = "setuptools.build_meta"
66

77
[project]
8-
name = "automation_file"
9-
version = "0.0.25"
8+
name = "automation_file_dev"
9+
version = "0.0.28"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
1313
description = ""
1414
readme = { file = "README.md", content-type = "text/markdown" }
1515
requires-python = ">=3.9"
16-
license-files = ["LICENSE"]
16+
license = { text = "MIT" }
1717
dependencies = [
1818
"google-api-python-client",
1919
"google-auth-httplib2",

pyproject.toml

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

77
[project]
8-
name = "automation_file_dev"
9-
version = "0.0.28"
8+
name = "automation_file"
9+
version = "0.0.26"
1010
authors = [
1111
{ name = "JE-Chen", email = "[email protected]" },
1212
]
1313
description = ""
1414
readme = { file = "README.md", content-type = "text/markdown" }
1515
requires-python = ">=3.9"
16-
license = { text = "MIT" }
16+
license-files = ["LICENSE"]
1717
dependencies = [
1818
"google-api-python-client",
1919
"google-auth-httplib2",

0 commit comments

Comments
 (0)