Skip to content

Commit

Permalink
🔖 发布一个版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Quan666 committed Aug 28, 2021
1 parent d86784a commit ac79410
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ENVIRONMENT=prod
VERSION='v2.3.0'
VERSION='v2.3.1'
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 = "ELF_RSS"
version = "2.3.0"
version = "2.3.1"
description = "ELF_RSS"
authors = ["Quan666"]
license = "GPL v3"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="ELF_RSS",
version="2.3.0",
version="2.3.1",
author="Quan666",
author_email="[email protected]",
description="QQ机器人 RSS订阅 插件,订阅源建议选择 RSSHub",
Expand All @@ -20,4 +20,4 @@
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
],
)
)

0 comments on commit ac79410

Please sign in to comment.