Skip to content

Commit

Permalink
Merge pull request #228 from Atem18/release-2023-09-15
Browse files Browse the repository at this point in the history
Bump version number to 2023-09-15
  • Loading branch information
Atem Serem authored Sep 15, 2023
2 parents a291f05 + cdd87e8 commit e672239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "isocodes"
version = "2023.09.14"
version = "2023.09.15"
description = "This project provides lists of various ISO standards (e.g. country, language, language scripts, and currency names) in one place"
authors = [{ name = "Atem18", email = "[email protected]" }]
license = { file = "LICENSE" }
Expand All @@ -24,7 +24,7 @@ dependencies = []

[project.optional-dependencies]

dev = ["pre-commit >=2.17.0,<4.0.0", "ruff == 0.0.289", "mypy == 1.5.1"]
dev = ["pre-commit == 3.4.0", "ruff == 0.0.289", "mypy == 1.5.1"]

doc = ["mkdocs == 1.5.2", "mkdocs-material == 9.2.8", "mkdocstrings == 0.23.0"]

Expand Down

0 comments on commit e672239

Please sign in to comment.