From 520b8f6b75d2ed6d6cec4d03d8e3c6102393904f Mon Sep 17 00:00:00 2001 From: Nathan Fradet <56734983+Natooz@users.noreply.github.com> Date: Fri, 20 Jan 2023 11:43:22 +0100 Subject: [PATCH] version updated --- miditok/constants.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/miditok/constants.py b/miditok/constants.py index fc05a5a1..9f2e7ef9 100644 --- a/miditok/constants.py +++ b/miditok/constants.py @@ -2,7 +2,7 @@ """ -CURRENT_VERSION_PACKAGE = "1.4.0" # used when saving the config of a tokenizer +CURRENT_VERSION_PACKAGE = "1.4.1" # used when saving the config of a tokenizer # MIDI encodings default parameters, used when tokenizing a dataset and using tokens # These are the parameters from which a MIDI file will be tokenized diff --git a/setup.py b/setup.py index 8323be91..bb697749 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ author='Nathan Fradet', url='https://github.com/Natooz/MidiTok', packages=find_packages(exclude=("tests",)), - version='1.4.0', + version='1.4.1', license='MIT', description='A convenient MIDI tokenizer for Deep Learning networks, with multiple encoding strategies', long_description=long_description,