1 parent 85a8439 commit 9f37140Copy full SHA for 9f37140
3 files changed
PrjBarlib/extra/Barpy.cpp
@@ -8,7 +8,7 @@
8
9
#define PY_SILENS
10
using namespace py;
11
-#define VERSION_INFO "1.0.6"
+#define VERSION_INFO "1.0.7"
12
13
14
PYBIND11_MODULE(libbarpy, m)
PrjBarlib/modules/python/BarcodeProject/setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="ImageTopoDec",
5
- version="1.0.6",
+ version="1.0.7",
6
description="Python wrapper for the Barcode library.",
7
author="Art A",
author_email="your.email@example.com",
PrjBarlib/modules/python/BarcodeProject/test.sh
@@ -2,5 +2,5 @@ source ../.venv/bin/activate
python -m build
# stubgen -m libbarpy
pip uninstall -y ImageTopoDec
-pip install dist/ImageTopoDec-1.0.6-py3-none-any.whl
+pip install dist/ImageTopoDec-1.0.7-py3-none-any.whl
ls ../.venv/lib/python3.13/site-packages/ImageTopoDec
0 commit comments