Skip to content

Commit

Permalink
✨ v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGlassBlock committed Jun 7, 2022
1 parent 2190443 commit 9754317
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Cloudflare Pages
name: Deploy Documentation
on: [push]
jobs:
deploy-docs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish to PyPI
name: Release
on:
push:
tags:
Expand Down
20 changes: 10 additions & 10 deletions poetry.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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "graia-ariadne"
version = "0.7.0a1"
version = "0.7.0"
description = "Another elegant Python QQ Bot framework for mirai and mirai-api-http v2."
authors = [
"BlueGlassBlock <[email protected]>",
Expand Down

0 comments on commit 9754317

Please sign in to comment.