-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Atem Serem
authored
Jun 13, 2023
1 parent
e08c52d
commit 3cb4515
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "isocodes" | ||
version = "2023.03.09" | ||
version = "2023.06.13" | ||
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" } | ||
|
@@ -26,4 +26,4 @@ doc = ["mkdocs == 1.4.2", "mkdocs-material == 9.1.15", "mkdocstrings == 0.19.1"] | |
|
||
test = ["pytest == 7.2.0", "tox == 4.5.1"] | ||
|
||
build = ["hatch == 1.7.0"] | ||
build = ["hatch == 1.7.0"] |