Skip to content

Commit ca0549b

Browse files
committed
mini
1 parent 842cc3a commit ca0549b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r", encoding="utf-8") as fh:
44
long_description = fh.read()
55

6-
version = "2.3.20"
6+
version = "2.3.21"
77

88
install_requires = [
99
"pymem",
@@ -34,7 +34,7 @@
3434
install_requires=install_requires,
3535
entry_points={
3636
'console_scripts': [
37-
'wxinfo = pywxdump.cli:console_run',
37+
'wxinfo = pywxdump_mini.cli:console_run',
3838
],
3939
},
4040
setup_requires=['wheel']

0 commit comments

Comments
 (0)