Skip to content

Commit

Permalink
🔖 v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KomoriDev committed Jul 30, 2024
1 parent ad2f420 commit 1aa94b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nonebot_plugin_wakatime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"unique_name": "WakaTime",
"orm_version_location": migrations,
"author": "Komorebi <mute231010@gmail.com>",
"version": "0.1.4",
"version": "0.1.5",
},
)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "nonebot-plugin-wakatime"
version = "0.1.4"
version = "0.1.5"
description = "将代码统计嵌入 Bot 中"
authors = [
{name = "KomoriDev", email = "mute231010@gmail.com"},
Expand Down

0 comments on commit 1aa94b6

Please sign in to comment.