From 6470369ce1ec00d7ba953d28dcafad4c5295ac0a Mon Sep 17 00:00:00 2001 From: Alexander Pacha Date: Tue, 11 Jun 2024 20:37:29 +0200 Subject: [PATCH] Updated version for release 1.2.1 --- CHANGES.md | 4 ++++ LICENSE.txt | 2 +- mung/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index ba033c3..d6833be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,10 @@ Changelog This changelog does not refer to the older `muscima` package. +1.2.1 +----- +New release with adapted Mung Parser to support other dataset too (Musigraph and DoReMi). + 1.2 --- New release with updated libraries and executed tests with Python 3.11 diff --git a/LICENSE.txt b/LICENSE.txt index 9444278..125459a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright 2023 Jan Hajič jr. (Faculty of Mathematics and Physics, Charles University) and Alexander Pacha (TU Wien) +Copyright 2024 Jan Hajič jr. (Faculty of Mathematics and Physics, Charles University) and Alexander Pacha (TU Wien) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/mung/__init__.py b/mung/__init__.py index 64477cf..3f262a6 100644 --- a/mung/__init__.py +++ b/mung/__init__.py @@ -1 +1 @@ -__version__ = '1.2' +__version__ = '1.2.1'