From 95b06ea34d9e4240041c599e9c50fb2f78aa0d73 Mon Sep 17 00:00:00 2001 From: Danny Hajj <dannyhajj@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:11:22 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2bdf869..a772a02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=61.2", "wheel"] build-backend = "setuptools.build_meta" [project] -version = "3.2.0" +version = "3.2.1" name = "personnummer" description = "Validate Swedish personal identity numbers" license = { file = "./LICENSE" } @@ -16,8 +16,8 @@ classifiers = [ ] [project.urls] -homepage = "https://personnummer.dev" -repository = "https://github.com/personnummer/python" +Homepage = "https://personnummer.dev" +Repository = "https://github.com/personnummer/python" [project.entry-points."console_scripts"] personnummer = "personnummer.main:main"