diff --git a/README.md b/README.md index 12ae91fc..56fccbc8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# compIAM v0.4.0 +# compIAM v0.4.1 compIAM (**comp**utational analysis of **I**ndian **A**rt **M**usic) is a collaborative initiative involving many researchers that aims at putting together a common repository of datasets, tools, and models for the computational analysis of Carnatic and Hindustani music. You can get started on the Computational Analysis of Indian Art Music through our ISMIR 2022 Tutorial: [Computational Methods For Supporting Corpus-Based Research On Indian Art Music](https://mtg.github.io/IAM-tutorial-ismir22/landing.html). @@ -107,7 +107,7 @@ For any licensing enquires, please contact us at [mtg-info@upf.edu](mailto:mtg-i author = {{GenĂ­s Plaja-Roglans and Thomas Nuttall and Xavier Serra}}, title = {compIAM}, url = {https://mtg.github.io/compIAM/}, - version = {0.4.0}, + version = {0.4.1}, year = {2024} } ``` diff --git a/compiam/version.py b/compiam/version.py index 417e2c8d..8afe466f 100644 --- a/compiam/version.py +++ b/compiam/version.py @@ -1,4 +1,4 @@ """Version info""" short_version = "0.4" -version = "0.4.0" \ No newline at end of file +version = "0.4.1" \ No newline at end of file