Skip to content

Commit 1fb2326

Browse files
committed
chore: bump version to v0.3.0
1 parent 0055378 commit 1fb2326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sennen"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "sennen 「千年」 is a static-site-API for daily Japanese Kanji and Words"
55
authors = [{ name = "PlexSheep", email = "[email protected]" }]
66
license = { text = "MIT" }

sennen/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from .download_dicts import DictionaryDownloader
88
from .generate import SiteGenerator, recursive_remove
99

10-
VERSION: str = "0.2.0"
10+
VERSION: str = "0.3.0"
1111

1212
data_dir = Path("data")
1313
ressources_dir = Path("ressources")

0 commit comments

Comments
 (0)