Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Nov 19, 2024
1 parent 1336b13 commit b9d898a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "perspectra"
version = "0.1.1"
version = "0.2.0"
description = "Automatically extract and perspectively correct documents in images"
readme = "readme.md"
requires-python = ">=3.12"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup-py2app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def read(*filenames, **kwargs):

setup(
name='perspectra',
version='0.1.1',
version='0.2.0',
app=['perspectra/perspectra.py'],
url='http://github.com/ad-si/Perspectra',
author='Adrian Sieber',
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9d898a

Please sign in to comment.