Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Noremos committed Dec 10, 2024
1 parent d78fade commit 323e30c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PrjBarlib/extra/Barpy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#define PY_SILENS
using namespace py;
#define VERSION_INFO "1.0.1"
#define VERSION_INFO "1.0.2"

PYBIND11_MODULE(libbarpy, m)
{
Expand Down
2 changes: 1 addition & 1 deletion PrjBarlib/modules/python/BarcodeProject/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="ImageTopoDec",
version="1.0.1",
version="1.0.2",
description="Python wrapper for the Barcode library.",
author="Art A",
author_email="your.email@example.com",
Expand Down
2 changes: 1 addition & 1 deletion PrjBarlib/modules/python/BarcodeProject/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ source ../.venv/bin/activate
python -m build
# stubgen -m libbarpy
pip uninstall -y ImageTopoDec
pip install dist/ImageTopoDec-1.0.1-py3-none-any.whl
pip install dist/ImageTopoDec-1.0.2-py3-none-any.whl
ls ../.venv/lib/python3.13/site-packages/ImageTopoDec

0 comments on commit 323e30c

Please # to comment.