Skip to content

Commit

Permalink
Update README.md with new version 2.0.42 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 29, 2024
1 parent bfbb230 commit f4ab63b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.41
### Current Version: 2.0.42

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

Expand Down
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.41"
__version__ = "2.0.42"
Binary file modified crim_intervals/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified crim_intervals/__pycache__/main.cpython-311.pyc
Binary file not shown.
Binary file modified crim_intervals/__pycache__/main_objs.cpython-311.pyc
Binary file not shown.
Binary file modified crim_intervals/__pycache__/visualizations.cpython-311.pyc
Binary file not shown.
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.41"
version = "2.0.42"
description = "CRIM intervals package"
readme = "README.md"
authors = ["Richard Freedman <rfreedma@haverford.edu>"]
Expand Down

0 comments on commit f4ab63b

Please sign in to comment.