Skip to content

Commit c1d19f9

Browse files
committed
init
1 parent 5cf23ad commit c1d19f9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
""" "import as GTB"""
2-
3-
"""pip install . --upgrade"""
4-
1+
__all__ = []
2+
__version__ = "1.9.2"
53

4+
"""
65
# -----------------------------
76
# DataProsesing
87
# -----------------------------
@@ -70,3 +69,4 @@
7069
# UnitTest
7170
"UntTestUtility",
7271
]
72+
"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ exclude = ["tests*", "docs*"]
3232

3333
[tool.black]
3434
line-length = 88
35-
target-version = ["py314"]
35+
target-version = ["py312"]
3636

3737
[tool.isort]
3838
profile = "black"

0 commit comments

Comments
 (0)