Skip to content

Commit

Permalink
Release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pvankranenburg committed Jun 9, 2023
1 parent 0fe3d92 commit f548f46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ component-id: pitchcontext
name: pitchcontext
description: Python module for melody analysis based on pitch context vectors.
type: SoftwareLibrary
release-date: 2023-04-07
release-number: 0.1.8
release-date: 2023-06-02
release-number: 0.1.9
work-package:
- WP3
pilot:
Expand Down Expand Up @@ -42,10 +42,11 @@ This creates a virtual environment with pitchcontext installed.

## Examples
Requires a Python3 environment with both pitchcontext and streamlit installed.
Three examples are provided:
Four examples are provided:
- apps/st_dissonance.py
- apps/st_novelty.py
- apps/st_unharmonicity.py
- apps/st_impliedchords.py

To run:
```
Expand Down
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 = "pitchcontext"
version = "0.1.9dev"
version = "0.1.9"
description = "Library for melody analysis based on pitch context vectors."
authors = ["Peter van Kranenburg <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit f548f46

Please sign in to comment.