Skip to content

Commit

Permalink
Merge pull request #285 from Atem18/feat-2023.11.26
Browse files Browse the repository at this point in the history
Bump version to 2023.11.26
  • Loading branch information
Atem Serem authored Nov 26, 2023
2 parents b923378 + aa6c713 commit bbfb22b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 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.15"
version = "2023.11.26"
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 @@ -19,6 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = []

Expand All @@ -28,7 +29,12 @@ dev = ["pre-commit == 3.5.0", "ruff == 0.1.6", "mypy == 1.7.0"]

doc = ["mkdocs == 1.5.3", "mkdocs-material == 9.4.11", "mkdocstrings == 0.23.0"]

test = ["pytest == 7.4.3", "tox == 4.11.3", "pyinstaller[hook_testing] == 6.2.0", "psutil == 5.9.6"]
test = [
"pytest == 7.4.3",
"tox == 4.11.3",
"pyinstaller[hook_testing] == 6.2.0",
"psutil == 5.9.6",
]

build = ["hatch == 1.7.0"]

Expand Down

0 comments on commit bbfb22b

Please sign in to comment.