From e5bdebb60f6fd3064f120229649b5165d017e7e3 Mon Sep 17 00:00:00 2001 From: tmtenbrink <64082573+tmtenbrink@users.noreply.github.com> Date: Thu, 14 Apr 2022 16:10:34 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72b889a..4114bf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rustfrc" -version = "1.1.2" +version = "1.1.3" description = "Fast utility functions useful for Fourier Ring/Shell Correlation: binom_split, pois_gen, square_abs." readme = "README.md" requires-python = ">=3.7, <3.11" @@ -24,7 +24,7 @@ Source = "https://github.com/tmtenbrink/rustfrc" [tool.poetry] name = "rustfrc" -version = "1.1.2" +version = "1.1.3" description = "Fast utility functions useful for Fourier Ring/Shell Correlation: binomial splitting of arrays." authors = ["Tip ten Brink "]