File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
7373from collections import namedtuple
7474from enum import Enum
7575
76- __version__ = "0.1.1 "
76+ __version__ = "0.2.0 "
7777
7878DATAFILE = os .path .join (os .path .dirname (__file__ ), "data.json" )
7979
You can’t perform that action at this time.
0 commit comments