Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sanderland/katrain
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Land committed Jun 23, 2022
2 parents d06ba30 + 08c1fb9 commit 1f094e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katrain/core/constants.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROGRAM_NAME = "KaTrain"
VERSION = "1.11.1"
HOMEPAGE = "https://github.com/sanderland/katrain"
CONFIG_MIN_VERSION = "1.11.0" # keep config files from this version
CONFIG_MIN_VERSION = "1.11.1" # keep config files from this version
ANALYSIS_FORMAT_VERSION = "1.0"
DATA_FOLDER = "~/.katrain"

Expand Down

0 comments on commit 1f094e3

Please sign in to comment.