Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dynobo committed Mar 20, 2022
1 parent 3ee1685 commit aea82db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/index.html
Expand Up @@ -61,7 +61,7 @@
></a>
<div>
<div class="hgroup">
<h1>NormCap v0.3.0b2</h1>
<h1>NormCap v0.3.0</h1>
<h2>
<a
href="https://en.wikipedia.org/wiki/Optical_character_recognition"
Expand All @@ -83,7 +83,7 @@ <h2>
<ul>
<li>
<a
href="https://github.com/dynobo/normcap/releases/download/v0.3.0b2/NormCap-0.3.0b2-Windows.msi"
href="https://github.com/dynobo/normcap/releases/download/v0.3.0/NormCap-0.3.0-Windows.msi"
>NormCap-<strong>Windows</strong>.exe</a
>
<small>~120 MB</small>
Expand All @@ -93,15 +93,15 @@ <h2>
</li>
<li>
<a
href="https://github.com/dynobo/normcap/releases/download/v0.3.0b2/NormCap-0.3.0b2-x86_64.AppImage"
href="https://github.com/dynobo/normcap/releases/download/v0.3.0/NormCap-0.3.0-x86_64.AppImage"
>NormCap-<strong>Linux</strong>.AppImage</a
>
<small>~140 MB</small>
<span data-tooltip="Make the file executable and run it">🛈</span>
</li>
<li>
<a
href="https://github.com/dynobo/normcap/releases/download/v0.3.0b2/NormCap-0.3.0b2-MacOS.dmg"
href="https://github.com/dynobo/normcap/releases/download/v0.3.0/NormCap-0.3.0-MacOS.dmg"
>NormCap-<strong>MacOS</strong>.dmg</a
>
<small>~105 MB</small>
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "normcap"
version = "0.3.0b2"
version = "0.3.0"
description = "OCR-powered screen-capture tool to capture information instead of images."
keywords = ["screenshot", "ocr", "capture", "clipboard"]
license = "GPLv3"
Expand Down Expand Up @@ -133,7 +133,7 @@ build-backend = "poetry.core.masonry.api"
[tool.briefcase]
project_name = "NormCap"
bundle = "eu.dynobo"
version = "0.3.0b2"
version = "0.3.0"
url = "https://github.com/dynobo/normcap"
license = "GPLv3"
author = 'dynobo'
Expand All @@ -159,7 +159,7 @@ system_requires = ["tesseract-ocr", "pkg-config", "libtiff-dev"]
[tool.tbump]

[tool.tbump.version]
current = "0.3.0b2"
current = "0.3.0"
regex = '''
(?P<major>\d+)
\.
Expand Down
2 changes: 1 addition & 1 deletion src/normcap/__init__.py
@@ -1,3 +1,3 @@
"""Normcap Package."""

__version__ = "0.3.0b2"
__version__ = "0.3.0"

0 comments on commit aea82db

Please sign in to comment.