From 5242ab28a591a59adc2b5906f166ffec73bc740d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20=C5=BBak?= Date: Tue, 27 Dec 2022 04:51:43 +0100 Subject: [PATCH] Release 1.0.1 (#26) * Update __init__.py * Update .bumpversion.cfg * Update setup.py --- .bumpversion.cfg | 2 +- boxdetect/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ed2b1f2..db22e94 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True diff --git a/boxdetect/__init__.py b/boxdetect/__init__.py index 1f18e3c..a169c0e 100644 --- a/boxdetect/__init__.py +++ b/boxdetect/__init__.py @@ -1,3 +1,3 @@ name = "boxdetect" -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/setup.py b/setup.py index 378d67d..823d16e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="boxdetect", - version="1.0.0", + version="1.0.1", description="boxdetect is a Python package based on OpenCV which allows you to easily detect rectangular shapes like characters boxes on scanned forms.", long_description=long_description, long_description_content_type="text/markdown", # This is important!