diff --git a/README.md b/README.md index 14d175b..5fa42fc 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,10 @@ Signature, Tags cleaning, Bugfixes, Refactoring ### 0.2.2 CLI-Overrides + +### 0.2.3 + +PyPi packaging +Templating output filename +Season shiftung +DB-Versionierung diff --git a/pyproject.toml b/pyproject.toml index 311b4cb..d77a077 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "ffx" description = "FFX recoding and metadata managing tool" -version = "0.2.2" +version = "0.2.3" license = {file = "LICENSE.md"} dependencies = [ "requests", diff --git a/src/ffx/constants.py b/src/ffx/constants.py index 3a6bc0e..4556316 100644 --- a/src/ffx/constants.py +++ b/src/ffx/constants.py @@ -1,4 +1,4 @@ -VERSION='0.2.2' +VERSION='0.2.3' DATABASE_VERSION = 2 DEFAULT_QUALITY = 32