diff options
| author | 2024-01-26 23:31:27 +0800 | |
|---|---|---|
| committer | 2024-01-26 23:31:27 +0800 | |
| commit | ef8eb76e1d324749b860567cdf92b64f1a32af37 (patch) | |
| tree | 4905492707f1b86fe840205f0ed0dee870bc57fb | |
| parent | f63c697bd0268b65ae984ed4457ec345034e4057 (diff) | |
| download | infini-ef8eb76e1d324749b860567cdf92b64f1a32af37.tar.gz infini-ef8eb76e1d324749b860567cdf92b64f1a32af37.zip | |
:bookmark: chore(infini): bump infini into v2.0.0-beta.1v2.0.0-beta.1
| -rw-r--r-- | pyproject.toml | 2 | ||||
| -rw-r--r-- | src/infini/loader.py | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 955c4ba9..101ce411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "infini" -version = "2.0.0-alpha.3" +version = "2.0.0-beta.1" description = "Infini 核心标准文本输入输出模块" authors = [ { name = "苏向夜", email = "fu050409@163.com" }, diff --git a/src/infini/loader.py b/src/infini/loader.py new file mode 100644 index 00000000..d5a95699 --- /dev/null +++ b/src/infini/loader.py @@ -0,0 +1,2 @@ +class Loader: + ... |
