diff --git a/docs/index.html b/docs/index.html index 15952807..8b825a41 100644 --- a/docs/index.html +++ b/docs/index.html @@ -61,7 +61,7 @@ >
-

NormCap v0.3.0b1

+

NormCap v0.3.0b2

  • 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 d6d7ea3c..c2cd72eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "normcap" -version = "0.3.0b1" +version = "0.3.0b2" description = "OCR-powered screen-capture tool to capture information instead of images." keywords = ["screenshot", "ocr", "capture", "clipboard"] license = "GPLv3" @@ -130,7 +130,7 @@ build-backend = "poetry.core.masonry.api" [tool.briefcase] project_name = "NormCap" bundle = "eu.dynobo" -version = "0.3.0b1" +version = "0.3.0b2" url = "https://github.com/dynobo/normcap" license = "GPLv3" author = 'dynobo' @@ -156,7 +156,7 @@ system_requires = ["tesseract-ocr", "pkg-config", "libtiff-dev"] [tool.tbump] [tool.tbump.version] -current = "0.3.0b1" +current = "0.3.0b2" regex = ''' (?P\d+) \. diff --git a/src/normcap/__init__.py b/src/normcap/__init__.py index 9c17ffa1..68d5efbc 100644 --- a/src/normcap/__init__.py +++ b/src/normcap/__init__.py @@ -1,3 +1,3 @@ """Normcap Package.""" -__version__ = "0.3.0b1" +__version__ = "0.3.0b2"