diff --git a/CHANGELOG.md b/CHANGELOG.md index baf1744..160fb9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.1.3 (2021-05-05) +### Fix +* **test-case:** Test case added for text obj generator ([`d044ead`](https://github.com/Esukhia/pedurma/commit/d044ead102ab54fc0902e570fc527fa52b0baf3f)) + ## v0.1.2 (2021-05-05) ### Fix * **text:** Text module added ([`fd77eae`](https://github.com/Esukhia/pedurma/commit/fd77eae6d76be9d649fd9306edc12f97fcc4c2ec)) diff --git a/pedurma/__init__.py b/pedurma/__init__.py index 49b83b7..38efaeb 100644 --- a/pedurma/__init__.py +++ b/pedurma/__init__.py @@ -5,4 +5,4 @@ from .reconstruction import * from .preprocess import * -__version__ = '0.1.2' \ No newline at end of file +__version__ = '0.1.3' \ No newline at end of file