Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TakWolf committed Jan 13, 2025
1 parent 52bc573 commit 17b5815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/configs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Literal, get_args

version = '1.0.0'
version_time = '2025-01-13'
version = '1.1.0'
version_time = '2025-01-14'

type FontFormat = Literal['otf', 'ttf', 'woff2', 'bdf', 'pcf']
font_formats = list[FontFormat](get_args(FontFormat.__value__))

0 comments on commit 17b5815

Please sign in to comment.