From 702c465346e84cee5ae9bf43fbbf68d9cc477b7a Mon Sep 17 00:00:00 2001 From: chris-langfield Date: Tue, 21 May 2024 11:03:18 -0400 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8de1aa8..9bf94fb 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.3" \ No newline at end of file +version = "0.1.4" \ No newline at end of file