Skip to content

Commit 9cdfcfb

Browse files
committed
Update dev and stable version
Update dev and stable version
1 parent a4de745 commit 9cdfcfb

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

dev.toml

Lines changed: 1 addition & 1 deletion
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.11"
9+
version = "0.0.12"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]

file_automation/utils/project/create_project_structure.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,3 @@ def create_project_dir(project_path: str = None, parent_name: str = "FileAutomat
6666
create_dir(project_path + "/" + parent_name + "/keyword")
6767
create_dir(project_path + "/" + parent_name + "/executor")
6868
create_template(parent_name)
69-
70-
71-
create_project_dir()

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.10"
9+
version = "0.0.11"
1010
authors = [
1111
{ name = "JE-Chen", email = "zenmailman@gmail.com" },
1212
]

0 commit comments

Comments
 (0)