Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down Expand Up @@ -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}
}
```
2 changes: 1 addition & 1 deletion compiam/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Version info"""

short_version = "0.4"
version = "0.4.0"
version = "0.4.1"
Loading