Skip to content

Commit 44fcc63

Browse files
committed
v0.2.1
1 parent 8a493c3 commit 44fcc63

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
33
File : README.md
44
Maintainer : Felix C. Stegerman <[email protected]>
5-
Date : 2021-05-17
5+
Date : 2021-05-18
66
77
Copyright : Copyright (C) 2021 Felix C. Stegerman
8-
Version : v0.2.0
8+
Version : v0.2.1
99
License : AGPLv3+
1010
1111
}}}1 -->

kanjidraw/gui.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#
66
# File : kanjidraw/gui.py
77
# Maintainer : Felix C. Stegerman <[email protected]>
8-
# Date : 2021-05-17
8+
# Date : 2021-05-18
99
#
1010
# Copyright : Copyright (C) 2021 Felix C. Stegerman
11-
# Version : v0.2.0
11+
# Version : v0.2.1
1212
# License : AGPLv3+
1313
#
1414
# -- ; }}}1

kanjidraw/lib.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#
66
# File : kanjidraw/lib.py
77
# Maintainer : Felix C. Stegerman <[email protected]>
8-
# Date : 2021-05-17
8+
# Date : 2021-05-18
99
#
1010
# Copyright : Copyright (C) 2021 Felix C. Stegerman
11-
# Version : v0.2.0
11+
# Version : v0.2.1
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.0"
80+
__version__ = "0.2.1"
8181

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

0 commit comments

Comments
 (0)