Skip to content

Commit 0ec81fa

Browse files
committed
v0.2.3
1 parent 881c129 commit 0ec81fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Date : 2021-05-19
66
77
Copyright : Copyright (C) 2021 Felix C. Stegerman
8-
Version : v0.2.2
8+
Version : v0.2.3
99
License : AGPLv3+
1010
1111
}}}1 -->

kanjidraw/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Date : 2021-05-19
99
#
1010
# Copyright : Copyright (C) 2021 Felix C. Stegerman
11-
# Version : v0.2.2
11+
# Version : v0.2.3
1212
# License : AGPLv3+
1313
#
1414
# -- ; }}}1

kanjidraw/lib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Date : 2021-05-19
99
#
1010
# Copyright : Copyright (C) 2021 Felix C. Stegerman
11-
# Version : v0.2.2
11+
# Version : v0.2.3
1212
# License : AGPLv3+
1313
#
1414
# -- ; }}}1
@@ -77,7 +77,7 @@
7777
from collections import namedtuple
7878
from enum import Enum
7979

80-
__version__ = "0.2.2"
80+
__version__ = "0.2.3"
8181

8282
DATAFILE = os.path.join(os.path.dirname(__file__), "data.json")
8383

0 commit comments

Comments
 (0)