Skip to content

Commit 346b628

Browse files
committed
docs: 版本号更新
1 parent f495fa9 commit 346b628

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg)](LICENSE)
66
[![Python](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/)
7-
[![Version](https://img.shields.io/badge/version-v1.0.0-green.svg)](https://github.com/sansan0/bilibili-comment-analyzer)
7+
[![Version](https://img.shields.io/badge/version-v1.1.0-green.svg)](https://github.com/sansan0/bilibili-comment-analyzer)
88
[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg)](https://github.com/sansan0/bilibili-comment-analyzer)
99

1010
</div>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bilibili-comments-analyzer"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "B站(哔哩哔哩 bilibili)评论数据分析器,提供完整的评论采集与可视化分析功能。支持单视频和UP主批量评论下载,具备评论地区分布地图生成、词云分析、图片提取等功能。内置智能反爬策略、多维度数据筛选、本地HTTP服务器等特性,为B站内容创作者、数据分析师和吃瓜群众提供强大的评论数据洞察工具。"
55
authors = ["sansan"]
66
readme = "README.md"

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
统一管理应用程序的版本号和相关信息
44
"""
55

6-
__version__ = "1.0.0"
6+
__version__ = "1.1.0"
77
__app_name__ = "哔哩哔哩评论观察者"
88
__app_name_en__ = "BiliBili Comment Analyzer"
99
__author__ = "sansan"

0 commit comments

Comments
 (0)