Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 11, 2022
1 parent cc12381 commit 88379d8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

<!--next-version-placeholder-->

## 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))
2 changes: 1 addition & 1 deletion pdf2dcm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
from .pdf2encaps import Pdf2EncapsDCM # noqa
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 = "pdf2dcm"
version = "0.1.0"
version = "0.1.1"
description = "A PDF to Dicom Converter"
authors = ["Abhijeet Parida <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 88379d8

Please sign in to comment.