From 344971abb3c6e1da0ff7fcc7f530d129cad4cada Mon Sep 17 00:00:00 2001 From: dynobo Date: Wed, 23 Mar 2022 19:58:50 +0100 Subject: [PATCH] Bump to 0.3.2 --- docs/index.html | 8 ++++---- pyproject.toml | 6 +++--- src/normcap/__init__.py | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/index.html b/docs/index.html index 4a7b18974..5225a2d5c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -61,7 +61,7 @@ >
-

NormCap v0.3.1

+

NormCap v0.3.2

  • NormCap-Windows.exe ~120 MB @@ -93,7 +93,7 @@

  • NormCap-Linux.AppImage ~140 MB @@ -101,7 +101,7 @@

  • NormCap-MacOS.dmg ~105 MB diff --git a/pyproject.toml b/pyproject.toml index 7abb18d30..c298e3eb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "normcap" -version = "0.3.1" +version = "0.3.2" description = "OCR-powered screen-capture tool to capture information instead of images." keywords = ["screenshot", "ocr", "capture", "clipboard"] license = "GPLv3" @@ -133,7 +133,7 @@ build-backend = "poetry.core.masonry.api" [tool.briefcase] project_name = "NormCap" bundle = "eu.dynobo" -version = "0.3.1" +version = "0.3.2" url = "https://github.com/dynobo/normcap" license = "GPLv3" author = 'dynobo' @@ -159,7 +159,7 @@ system_requires = ["tesseract-ocr", "pkg-config", "libtiff-dev"] [tool.tbump] [tool.tbump.version] -current = "0.3.1" +current = "0.3.2" regex = ''' (?P\d+) \. diff --git a/src/normcap/__init__.py b/src/normcap/__init__.py index b2eab6e0d..1bf75ff63 100644 --- a/src/normcap/__init__.py +++ b/src/normcap/__init__.py @@ -1,3 +1,3 @@ """Normcap Package.""" -__version__ = "0.3.1" +__version__ = "0.3.2"