From 88379d8c013675f06ecaaf586cf76773e90dddcd Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 11 Apr 2022 07:31:51 +0000 Subject: [PATCH] 0.1.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ pdf2dcm/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..109f200 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# Changelog + + + +## v0.1.1 (2022-04-11) +### Fix +* **link:** Fixed the links again ([#13](https://github.com/a-parida12/pdf2dcm/issues/13)) ([`cc12381`](https://github.com/a-parida12/pdf2dcm/commit/cc123817085712146014b00eda7e174d29a04be7)) diff --git a/pdf2dcm/__init__.py b/pdf2dcm/__init__.py index 96afa1c..c274405 100644 --- a/pdf2dcm/__init__.py +++ b/pdf2dcm/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" from .pdf2encaps import Pdf2EncapsDCM # noqa diff --git a/pyproject.toml b/pyproject.toml index 5fc76eb..2d9849a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pdf2dcm" -version = "0.1.0" +version = "0.1.1" description = "A PDF to Dicom Converter" authors = ["Abhijeet Parida "] license = "MIT"