From 10ec961f12aaddc157849defa4462278e38ac161 Mon Sep 17 00:00:00 2001 From: chris-langfield Date: Tue, 21 May 2024 02:26:37 -0400 Subject: [PATCH] v 0.1.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59b42a6..8de1aa8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,4 +11,4 @@ description = "Hexagonal FFTs in Python" readme = "README.md" requires-python = ">=3.8" keywords = ["hexagonal", "dsp", "fft"] -version = "0.1.2" \ No newline at end of file +version = "0.1.3" \ No newline at end of file