File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
modules/python/BarcodeProject Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99#define PY_SILENS
1010using namespace py ;
11- #define VERSION_INFO " 1.0.6 "
11+ #define VERSION_INFO " 1.0.7 "
1212
1313
1414PYBIND11_MODULE (libbarpy, m)
Original file line number Diff line number Diff line change 22
33setup (
44 name = "ImageTopoDec" ,
5- version = "1.0.6 " ,
5+ version = "1.0.7 " ,
66 description = "Python wrapper for the Barcode library." ,
77 author = "Art A" ,
88 author_email = "your.email@example.com" ,
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ source ../.venv/bin/activate
22python -m build
33# stubgen -m libbarpy
44pip uninstall -y ImageTopoDec
5- pip install dist/ImageTopoDec-1.0.6 -py3-none-any.whl
5+ pip install dist/ImageTopoDec-1.0.7 -py3-none-any.whl
66ls ../.venv/lib/python3.13/site-packages/ImageTopoDec
You can’t perform that action at this time.
0 commit comments