Skip to content

Commit

Permalink
完成功能合并
Browse files Browse the repository at this point in the history
  • Loading branch information
Ant1816 committed Dec 19, 2024
1 parent 2520c22 commit ae0e60f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Publish

on:
push:
paths-ignore:
- 'fonts/**'
tags:
- '*'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion nonebot_plugin_pjsekaihelper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
homepage="https://github.com/Ant1816/nonebot-plugin-pjsekaihelper",
extra={
"author": "Ant1",
"version": "1.1.0",
"version": "1.1.1",
"priority": 10,
},
)
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-pjsekaihelper"
version = "1.1.0"
version = "1.1.1"
description = "世界计划插件,拥有组建车队等功能,持续开发中"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit ae0e60f

Please sign in to comment.