Skip to content

Commit 88379d8

Browse files
committed
0.1.1
Automatically generated by python-semantic-release
1 parent cc12381 commit 88379d8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
<!--next-version-placeholder-->
4+
5+
## v0.1.1 (2022-04-11)
6+
### Fix
7+
* **link:** Fixed the links again ([#13](https://github.com/a-parida12/pdf2dcm/issues/13)) ([`cc12381`](https://github.com/a-parida12/pdf2dcm/commit/cc123817085712146014b00eda7e174d29a04be7))

pdf2dcm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
22
from .pdf2encaps import Pdf2EncapsDCM # noqa

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pdf2dcm"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A PDF to Dicom Converter"
55
authors = ["Abhijeet Parida <abhijeet.parida@tum.de>"]
66
license = "MIT"

0 commit comments

Comments
 (0)