Skip to content

Commit

Permalink
update version in toml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-parida12 committed Apr 27, 2024
1 parent 59fd3be commit 6409b35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pdf2dcm"
version = "0.4.1"
version = "0.5.0"
description = "A PDF to Dicom Converter"
authors = ["Abhijeet Parida <abhijeet.parida@tum.de>"]
license = "MIT"
Expand Down Expand Up @@ -38,4 +38,4 @@ version_variable = [
branch = "main"
upload_to_pypi = true
upload_to_release = true
build_command = "pip install poetry && poetry build"
build_command = "pip install poetry && poetry build"

0 comments on commit 6409b35

Please sign in to comment.