Skip to content

Commit

Permalink
Prepare release v0.3.0 (closes #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
phip1611 committed Mar 22, 2021
1 parent c42f3ff commit e42c0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = """
A simple and fast `no_std` library to get the frequency spectrum of a digital signal (e.g. audio) using FFT.
It follows the KISS principle and consists of simple building blocks/optional features.
"""
version = "0.2.2"
version = "0.3.0"
authors = ["Philipp Schuster <[email protected]>"]
edition = "2018"
keywords = ["fft", "spectrum", "frequencies", "audio", "dsp"]
Expand Down

0 comments on commit e42c0ca

Please sign in to comment.