Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhajj committed Feb 5, 2024
1 parent d99b7b0 commit 95b06ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand All @@ -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"
Expand Down

0 comments on commit 95b06ea

Please sign in to comment.