Skip to content

Commit bcfb464

Browse files
committed
v0.2.0
1 parent 1425c99 commit bcfb464

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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-13
66
77
Copyright : Copyright (C) 2021 Felix C. Stegerman
8-
Version : v0.1.1
8+
Version : v0.2.0
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-10
8+
# Date : 2021-05-13
99
#
1010
# Copyright : Copyright (C) 2021 Felix C. Stegerman
11-
# Version : v0.0.1
11+
# Version : v0.2.0
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-13
99
#
1010
# Copyright : Copyright (C) 2021 Felix C. Stegerman
11-
# Version : v0.1.1
11+
# Version : v0.2.0
1212
# License : AGPLv3+
1313
#
1414
# -- ; }}}1
@@ -73,7 +73,7 @@
7373
from collections import namedtuple
7474
from enum import Enum
7575

76-
__version__ = "0.1.1"
76+
__version__ = "0.2.0"
7777

7878
DATAFILE = os.path.join(os.path.dirname(__file__), "data.json")
7979

0 commit comments

Comments
 (0)