Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
clausjuhl committed Dec 17, 2024
1 parent 83b0122 commit 8f3b2dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "smart-client"
version = "0.2.2"
version = "0.2.3"
description = "Klient til Smartarkivering.dk-submissions"
authors = ["Claus Juhl Knudsen <[email protected]>"]
include = ["pyproject.toml"]
Expand Down
2 changes: 1 addition & 1 deletion smart_client/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def compute_hash(filepath: Path) -> str:


@Gooey(
program_name="Smartarkivering, version 0.2.2",
program_name="Smartarkivering, version 0.2.3",
# program_name="Smartarkivering",
program_description="Klient til at hente afleveringer og filer fra smartarkivering.dk",
default_size=(600, 700),
Expand Down

0 comments on commit 8f3b2dd

Please sign in to comment.