From 9f7ca2c8a946201c05275cfc4700433746e5f45f Mon Sep 17 00:00:00 2001 From: Andrei Lapets Date: Fri, 17 Nov 2023 14:07:22 -0500 Subject: [PATCH] Update package version and delimiters in package file. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 40c3ac0..1e3b72b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mclbn256" -version = "1.3.3" +version = "1.3.4" description = """\ Python bindings for the BN254/256 pairing-friendly curve \ supported by the MCl library.\ @@ -14,7 +14,7 @@ readme = "README.rst" requires-python = ">=3.6" [project.urls] -Repository = "https://github.com/nthparty/mclbn256" +"Repository" = "https://github.com/nthparty/mclbn256" "Bug Tracker" = "https://github.com/nthparty/mclbn256/issues" [project.optional-dependencies]