Skip to content

Commit

Permalink
Release 1.0.1 (#26)
Browse files Browse the repository at this point in the history
* Update __init__.py

* Update .bumpversion.cfg

* Update setup.py
  • Loading branch information
karolzak authored Dec 27, 2022
1 parent cc079f7 commit 5242ab2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion boxdetect/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = "boxdetect"

__version__ = "1.0.0"
__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 5242ab2

Please sign in to comment.