Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kamoo1/anki-word-freq
Browse files Browse the repository at this point in the history
  • Loading branch information
kamoo1 committed Mar 26, 2024
2 parents 6ec5f7e + 27d62be commit b8521f1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@



## v0.1.3 (2024-03-26)

### Fix

* fix: fix ci build

remake build scripts, fix missing windows dll issue in linux. that's too much dependency hell for a day OTZ ([`75cde26`](https://github.com/kamoo1/anki-word-freq/commit/75cde265787fb0670b08cba8a81b5cbaa355a8cd))


## v0.1.2 (2024-03-25)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion ankiwordfreq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import sys

__version__ = "0.1.2"
__version__ = "0.1.3"

sys.path.append(os.path.join(os.path.dirname(__file__), "vendors"))

Expand Down
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 = "ankiwordfreq"
version = "0.1.2"
version = "0.1.3"
description = ""
authors = ["kamoo1"]
license = "AGPLv3"
Expand Down

0 comments on commit b8521f1

Please sign in to comment.