Skip to content

Commit 95e4e60

Browse files
committed
0.1.6.2
1 parent 349f016 commit 95e4e60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

DEV.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
python -m build --wheel
22
python setup.py bdist_wheel
33

4-
pip install .\dist\deppth2-0.1.6.1-py3-none-any.whl
4+
pip install .\dist\deppth2-0.1.6.2-py3-none-any.whl

deppth2/deppth2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level API exposure of package actions"""
22

3-
__version__ = "0.1.6.1"
3+
__version__ = "0.1.6.2"
44

55
import os
66
import sys

0 commit comments

Comments
 (0)