Skip to content

Commit

Permalink
Merge branch 'master' of github.com:OpenPecha/Toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
10zinten committed Nov 30, 2022
2 parents 6a995fc + 8e0de4d commit ffd2f48
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.9.13 (2022-11-30)
### Fix
* Replace AnnType with LayerEnum ([`e0feb81`](https://github.com/OpenPecha/Toolkit/commit/e0feb817c3c3f90b02aa3253adabb875c6a8f5e9))

## v0.9.12 (2022-11-28)
### Fix
* Remove AnnType dependency which is redundant ([`fce9d7d`](https://github.com/OpenPecha/Toolkit/commit/fce9d7ddb9f13ca12072a72fc5a1d3ce1759d8b4))
Expand Down
2 changes: 1 addition & 1 deletion openpecha/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Version of openpecha-toolkit package
__version__ = "0.9.12"
__version__ = "0.9.13"

0 comments on commit ffd2f48

Please sign in to comment.