aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml9
1 files changed, 1 insertions, 8 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b143fd0..de8c164 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,6 @@
[project]
name = "HydroRoll"
-<<<<<<< HEAD
-version = "0.1.0"
+version = "0.1.4"
description = "HydroRoll System."
authors = [
{name = "简律纯", email = "i@jyunko.cn"},
@@ -17,12 +16,6 @@ dependencies = [
"scikit-learn>=1.3.1",
]
requires-python = ">=3.8"
-=======
-version = "1.0.3"
-description = "bot framework."
-authors = ["简律纯 <i@jyunko.cn>"]
-license = "GPL3.0"
->>>>>>> 58d7bc6a2057ab5daac2aa590fc873c85b388bbb
readme = "README.md"
license = {text = "MIT"}
keywords = ["bot", "qq", "qqbot", "mirai", "coolq"]