From 3824e059d56fa0705e4bb5e659bacd80b840debf Mon Sep 17 00:00:00 2001 From: Thomas Samuel Binns Date: Mon, 30 Dec 2024 17:02:28 +0000 Subject: [PATCH] [MAINT] Post v1.1.1 release update --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 24b7606..6de6553 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ build-backend = "hatchling.build" requires = ["hatchling"] [project] -authors = [{email = "t.s.binns@outlook.com", name = "Thomas S. Binns"}] +authors = [{ email = "t.s.binns@outlook.com", name = "Thomas S. Binns" }] classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", @@ -14,7 +14,7 @@ description = "A Python port of the PARRM algorithm" name = "pyparrm" readme = "README.md" requires-python = ">=3.10" -version = "1.1.1" +version = "1.2.0dev" [project.optional-dependencies] dev = ["pybispectra[doc]", "pybispectra[lint]", "pybispectra[test]"]