We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7ce67 commit ee32a5cCopy full SHA for ee32a5c
wppm/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '17.2.20250823'
+__version__ = '17.3.20260411'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
wppm/diff.py
@@ -10,7 +10,7 @@
10
import sys
11
import shutil
12
from pathlib import Path
13
-from packaging import version
+from importlib.metadata import version
14
from . import utils
15
16
CHANGELOGS_DIR = Path(__file__).parent.parent / "changelogs"
0 commit comments