Skip to content

Commit

Permalink
Prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
Woyten committed Jun 7, 2020
1 parent 20fa6e3 commit 38e6c0b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tune"
version = "0.8.0"
version = "0.9.0"
authors = ["Woyten <woyten.tielesch@online.de>"]
description = "Explore musical tunings and create synthesizer tuning files for microtonal scales."
repository = "https://github.com/Woyten/tune/"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ So far, `tune` offers a CLI and an API with the following features:
- Determine the frequency for a given note in a custom tuning system
- Determine the note for a given frequency in a custom tuning system
- Find fractional approximations for frequency ratios
- EDO scales
- Analyze meantone temperaments
- Find keyboard layouts
- Export scales
- To Scala (scl and kbm) format
- As Midi Tuning Standard (MTS) Sysex Messages
Expand Down
2 changes: 1 addition & 1 deletion microwave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ fluidlite-lib = { version = "0.1.2", features = [ "with-sf3" ] }
nannou = "0.14.1"
nannou_audio = "0.14.0"
structopt = "0.3.14"
tune = { version = "0.8.0", path = ".." }
tune = { version = "0.9.0", path = ".." }
winit = "0.22.2"
2 changes: 1 addition & 1 deletion tune-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ path = "src/main.rs"
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.51"
structopt = "0.3.13"
tune = { version = "0.8.0", path = ".." }
tune = { version = "0.9.0", path = ".." }

0 comments on commit 38e6c0b

Please sign in to comment.