Skip to content

Commit

Permalink
Bumped to version v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gakkiyomi committed Nov 29, 2024
1 parent 20977ba commit cf69a56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ def run(self):
install_requires=REQUIRED,
extras_require=EXTRAS,
include_package_data=True,
package_data={
'': ['icon.ico'], # 包含根目录中的 icon.ico 文件
},
license='MIT',
classifiers=[
# Trove classifiers
Expand Down
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.3"
__version__ = "2.1.4"

0 comments on commit cf69a56

Please sign in to comment.