We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0055378 commit 1fb2326Copy full SHA for 1fb2326
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "sennen"
3
-version = "0.2.0"
+version = "0.3.0"
4
description = "sennen 「千年」 is a static-site-API for daily Japanese Kanji and Words"
5
authors = [{ name = "PlexSheep", email = "[email protected]" }]
6
license = { text = "MIT" }
sennen/main.py
@@ -7,7 +7,7 @@
7
from .download_dicts import DictionaryDownloader
8
from .generate import SiteGenerator, recursive_remove
9
10
-VERSION: str = "0.2.0"
+VERSION: str = "0.3.0"
11
12
data_dir = Path("data")
13
ressources_dir = Path("ressources")
0 commit comments