Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 5, 2021
1 parent f02fb01 commit ed308fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 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))
Expand Down
2 changes: 1 addition & 1 deletion pedurma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .reconstruction import *
from .preprocess import *

__version__ = '0.1.2'
__version__ = '0.1.3'

0 comments on commit ed308fd

Please sign in to comment.