Skip to content

Commit

Permalink
Merge branch 'main' into rich_dev_24
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardFreedman committed Aug 19, 2024
2 parents 2536e58 + 673d39f commit d8a8e7a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CRIM Intervals: Python Tools for the Analysis of Encoded Music Scores

### Current Version: 2.0.32
### Current Version: 2.0.37

[CRIM Intervals on github](https://github.com/HCDigitalScholarship/intervals/tree/main)

Expand Down Expand Up @@ -118,9 +118,11 @@ All CRIM intervals tools are available via a **Creative Commons** license (Attri
* [10_Lyrics_Homorhythm](https://github.com/HCDigitalScholarship/intervals/blob/main/tutorial/10_Lyrics_Homorhythm.md)
* [11_Cadences](https://github.com/HCDigitalScholarship/intervals/blob/main/tutorial/11_Cadences.md)
* [12_Presentation_Types](https://github.com/HCDigitalScholarship/intervals/blob/main/tutorial/12_Presentation_Types.md)
* [13_Model_Finder](https://github.com/HCDigitalScholarship/intervals/blob/main/tutorial/13_Model_Finder.md)
* [14_Visualizations_Summary](https://github.com/HCDigitalScholarship/intervals/blob/main/tutorial/14_Visualizations_Summary.md)
* [13_Musical_Examples_Verovio](https://github.com/HCDigitalScholarship/intervals/blob/main/tutorial/13_Musical_Examples_Verovio.md)
* [14_Model_Finder](https://github.com/HCDigitalScholarship/intervals/blob/main/tutorial/14_Model_Finder.md)
* [15_Network_Graphs](https://github.com/HCDigitalScholarship/intervals/blob/main/tutorial/15_Network_Graphs.md)
* [16_Python_Basics](https://github.com/HCDigitalScholarship/intervals/blob/main/tutorial/16_Python_Basics.md)
* [17_Pandas_Basics](https://github.com/HCDigitalScholarship/intervals/blob/main/tutorial/17_Pandas_Basics.md)
* [18_Music21_Basics](https://github.com/HCDigitalScholarship/intervals/blob/main/tutorial/18_Music21_Basics.md)
* [18_Visualizations_Summary](https://github.com/HCDigitalScholarship/intervals/blob/main/tutorial/18_Visualizations_Summary.md)
* [19_Music21_Basics](https://github.com/HCDigitalScholarship/intervals/blob/main/tutorial/19_Music21_Basics.md)
* [99_Local_Installation](https://github.com/HCDigitalScholarship/intervals/blob/main/tutorial/99_Local_Installation.md)
2 changes: 1 addition & 1 deletion crim_intervals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# from .classify import *
# from .main_objs import *
from .visualizations import *
__version__ = "2.0.32"
__version__ = "2.0.37"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "crim_intervals"
version = "2.0.32"
version = "2.0.37"
description = "CRIM intervals package"
readme = "README.md"
authors = ["Richard Freedman <rfreedma@haverford.edu>"]
Expand Down

0 comments on commit d8a8e7a

Please sign in to comment.