We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349f016 commit 95e4e60Copy full SHA for 95e4e60
2 files changed
DEV.md
@@ -1,4 +1,4 @@
1
python -m build --wheel
2
python setup.py bdist_wheel
3
4
-pip install .\dist\deppth2-0.1.6.1-py3-none-any.whl
+pip install .\dist\deppth2-0.1.6.2-py3-none-any.whl
deppth2/deppth2.py
@@ -1,6 +1,6 @@
"""Top-level API exposure of package actions"""
-__version__ = "0.1.6.1"
+__version__ = "0.1.6.2"
5
import os
6
import sys
0 commit comments