Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed May 18, 2021
1 parent 8a493c3 commit 44fcc63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
File : README.md
Maintainer : Felix C. Stegerman <flx@obfusk.net>
Date : 2021-05-17
Date : 2021-05-18
Copyright : Copyright (C) 2021 Felix C. Stegerman
Version : v0.2.0
Version : v0.2.1
License : AGPLv3+
}}}1 -->
Expand Down
4 changes: 2 additions & 2 deletions kanjidraw/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#
# File : kanjidraw/gui.py
# Maintainer : Felix C. Stegerman <flx@obfusk.net>
# Date : 2021-05-17
# Date : 2021-05-18
#
# Copyright : Copyright (C) 2021 Felix C. Stegerman
# Version : v0.2.0
# Version : v0.2.1
# License : AGPLv3+
#
# -- ; }}}1
Expand Down
6 changes: 3 additions & 3 deletions kanjidraw/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#
# File : kanjidraw/lib.py
# Maintainer : Felix C. Stegerman <flx@obfusk.net>
# Date : 2021-05-17
# Date : 2021-05-18
#
# Copyright : Copyright (C) 2021 Felix C. Stegerman
# Version : v0.2.0
# Version : v0.2.1
# License : AGPLv3+
#
# -- ; }}}1
Expand Down Expand Up @@ -77,7 +77,7 @@
from collections import namedtuple
from enum import Enum

__version__ = "0.2.0"
__version__ = "0.2.1"

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

Expand Down

0 comments on commit 44fcc63

Please sign in to comment.