main v0.2.3
Maveno 11 months ago
parent 51febdfcc0
commit 554ca4cc03

@ -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

@ -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",

@ -1,4 +1,4 @@
VERSION='0.2.2'
VERSION='0.2.3'
DATABASE_VERSION = 2
DEFAULT_QUALITY = 32

Loading…
Cancel
Save