Skip to content

Commit

Permalink
chore: bump version in to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Aug 11, 2024
1 parent 5435eb3 commit e4f6b7b
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 44 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "iamai"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
description = "Comprehensive AI Toolkit for Multimodal Learning and Cross-Platform Robotics."
license = "MIT"
documentation = "https://iamai.is-a.dev/"
homepage = "https://iamai.is-a.dev/"
repository = "https://github.com/retrofor/iamai"
authors = ["HsiangNianian <i@jyunko.cn>"]
authors = ["HsiangNianian"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
Expand Down
6 changes: 3 additions & 3 deletions packages/iamai-adapter-apscheduler/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-apscheduler"
version = "0.0.3"
version = "0.0.4"
description = "apscheduler adapter for iamai."
authors = [{ name = "简律纯", email = "i@jyunko.cn" }]
license = { text = "MIT" }
Expand All @@ -16,9 +16,9 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"iamai>=0.0.2",
"iamai>=0.0.3",
"apscheduler>=3.10.4",
]

Expand Down
6 changes: 3 additions & 3 deletions packages/iamai-adapter-bililive/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-bililive"
version = "0.0.3"
version = "0.0.4"
description = "bililive adapter for iamai."
authors = [{ name = "简律纯", email = "i@jyunko.cn" }]
license = { text = "MIT" }
Expand All @@ -16,8 +16,8 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat",
]
requires-python = ">=3.8"
dependencies = ["iamai>=0.0.2"]
requires-python = ">=3.9"
dependencies = ["iamai>=0.0.3"]

[project.urls]
Homepage = "https://iamai.is-a.dev/"
Expand Down
6 changes: 3 additions & 3 deletions packages/iamai-adapter-console/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-console"
version = "0.0.3"
version = "0.0.4"
description = "Console adapter for iamai."
authors = [{ name = "简律纯", email = "i@jyunko.cn" }]
license = { text = "MIT" }
Expand All @@ -16,8 +16,8 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat",
]
requires-python = ">=3.8"
dependencies = ["iamai>=0.0.2"]
requires-python = ">=3.9"
dependencies = ["iamai>=0.0.3"]

[project.urls]
Homepage = "https://iamai.is-a.dev/"
Expand Down
6 changes: 3 additions & 3 deletions packages/iamai-adapter-cqhttp/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-cqhttp"
version = "0.0.3"
version = "0.0.4"
description = "CQHTTP adapter for iamai."
authors = [{ name = "简律纯", email = "i@jyunko.cn" }]
license = { text = "MIT" }
Expand All @@ -16,8 +16,8 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat",
]
requires-python = ">=3.8"
dependencies = ["iamai>=0.0.2"]
requires-python = ">=3.9"
dependencies = ["iamai>=0.0.3"]

[project.urls]
Homepage = "https://iamai.is-a.dev/"
Expand Down
6 changes: 3 additions & 3 deletions packages/iamai-adapter-dingtalk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-dingtalk"
version = "0.0.3"
version = "0.0.4"
description = "Dingtalk adapter for iamai."
authors = [{ name = "简律纯", email = "i@jyunko.cn" }]
license = { text = "MIT" }
Expand All @@ -16,8 +16,8 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat",
]
requires-python = ">=3.8"
dependencies = ["iamai>=0.0.2"]
requires-python = ">=3.9"
dependencies = ["iamai>=0.0.3"]

[project.urls]
Homepage = "https://iamai.is-a.dev/"
Expand Down
6 changes: 3 additions & 3 deletions packages/iamai-adapter-gensokyo/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-gensokyo"
version = "0.0.3"
version = "0.0.4"
description = "Gensokyo adapter for iamai."
authors = [{ name = "简律纯", email = "i@jyunko.cn" }]
license = { text = "MIT" }
Expand All @@ -16,8 +16,8 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat",
]
requires-python = ">=3.8"
dependencies = ["iamai>=0.0.2"]
requires-python = ">=3.9"
dependencies = ["iamai>=0.0.3"]

[project.urls]
Homepage = "https://iamai.is-a.dev/"
Expand Down
6 changes: 3 additions & 3 deletions packages/iamai-adapter-kook/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-kook"
version = "0.0.3"
version = "0.0.4"
description = "kook adapter for iamai."
authors = [{ name = "简律纯", email = "i@jyunko.cn" }]
license = { text = "MIT" }
Expand All @@ -16,8 +16,8 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat",
]
requires-python = ">=3.8"
dependencies = ["iamai>=0.0.2"]
requires-python = ">=3.9"
dependencies = ["iamai>=0.0.3"]

[project.urls]
Homepage = "https://iamai.is-a.dev/"
Expand Down
6 changes: 3 additions & 3 deletions packages/iamai-adapter-red/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "iamai-adapter-red"
version = "0.0.3"
version = "0.0.4"
description = "Red adapter for iamai."
authors = [{ name = "简律纯", email = "i@jyunko.cn" }]
license = { text = "MIT" }
Expand All @@ -16,8 +16,8 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat",
]
requires-python = ">=3.8"
dependencies = ["iamai>=0.0.2"]
requires-python = ">=3.9"
dependencies = ["iamai>=0.0.3"]

[project.urls]
Homepage = "https://iamai.is-a.dev/"
Expand Down
17 changes: 1 addition & 16 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Communications :: Chat",
]
requires-python = ">=3.8"
requires-python = ">=3.9"
dependencies = [
"tomli>=2.0.0,<3.0.0;python_version<'3.11'",
"pydantic>=2.0.3,<3.0.0",
Expand Down

0 comments on commit e4f6b7b

Please sign in to comment.