Skip to content

Commit

Permalink
Bumped to version v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gakkiyomi committed Nov 29, 2024
1 parent b14c7d3 commit aa93249
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include icon.ico
include src/icon.ico
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def run(self):
extras_require=EXTRAS,
include_package_data=True,
package_data={
'': ['icon.ico'], # 包含根目录中的 icon.ico 文件
'': ['src/icon.ico'], # 包含根目录中的 icon.ico 文件
},
license='MIT',
classifiers=[
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/utils/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-


__version__ = "2.1.5"
__version__ = "2.1.6"

0 comments on commit aa93249

Please sign in to comment.