Skip to content

Commit

Permalink
0.1.2
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 2ddbfe7 commit 6cd26d4
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.2 (2021-05-05)
### Fix
* **text:** Text module added ([`fd77eae`](https://github.com/Esukhia/pedurma/commit/fd77eae6d76be9d649fd9306edc12f97fcc4c2ec))

## v0.1.1 (2021-05-05)
### Fix
* **hot-fix:** Double mid syl marker index out of range bug ([`fe32659`](https://github.com/Esukhia/pedurma/commit/fe32659b39804ea79c1f2e558ade277dcd28a5a4))
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.1'
__version__ = '0.1.2'

0 comments on commit 6cd26d4

Please sign in to comment.