Skip to content

Commit 9f37140

Browse files
author
Artyom Abakumov
committed
Bump version
1 parent 85a8439 commit 9f37140

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PrjBarlib/extra/Barpy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#define PY_SILENS
1010
using namespace py;
11-
#define VERSION_INFO "1.0.6"
11+
#define VERSION_INFO "1.0.7"
1212

1313

1414
PYBIND11_MODULE(libbarpy, m)

PrjBarlib/modules/python/BarcodeProject/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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",

PrjBarlib/modules/python/BarcodeProject/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source ../.venv/bin/activate
22
python -m build
33
# stubgen -m libbarpy
44
pip 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
66
ls ../.venv/lib/python3.13/site-packages/ImageTopoDec

0 commit comments

Comments
 (0)