From 25d86d1004d94acd2e18d0e2198416ef03aa5ee3 Mon Sep 17 00:00:00 2001 From: KomoriDev Date: Sat, 5 Oct 2024 22:07:13 +0800 Subject: [PATCH] :bookmark: v0.2.6 --- nonebot_plugin_wakatime/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nonebot_plugin_wakatime/__init__.py b/nonebot_plugin_wakatime/__init__.py index 21dc530..3ac2e79 100644 --- a/nonebot_plugin_wakatime/__init__.py +++ b/nonebot_plugin_wakatime/__init__.py @@ -54,7 +54,7 @@ "unique_name": "WakaTime", "orm_version_location": migrations, "author": "Komorebi ", - "version": "0.2.5", + "version": "0.2.6", }, ) diff --git a/pyproject.toml b/pyproject.toml index 905d9ec..8c65f8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nonebot-plugin-wakatime" -version = "0.2.5" +version = "0.2.6" description = "将代码统计嵌入 Bot 中" authors = [ {name = "KomoriDev", email = "mute231010@gmail.com"},