Skip to content

Commit

Permalink
mini
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Dec 15, 2023
1 parent 842cc3a commit ca0549b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

version = "2.3.20"
version = "2.3.21"

install_requires = [
"pymem",
Expand Down Expand Up @@ -34,7 +34,7 @@
install_requires=install_requires,
entry_points={
'console_scripts': [
'wxinfo = pywxdump.cli:console_run',
'wxinfo = pywxdump_mini.cli:console_run',
],
},
setup_requires=['wheel']
Expand Down

0 comments on commit ca0549b

Please sign in to comment.