-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 2024.3.2, prepare to publish with hatch
- Loading branch information
1 parent
0f0aa05
commit 9365723
Showing
2 changed files
with
5 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -12,3 +12,5 @@ cov.xml | |
tests/fixtures/test.csv | ||
|
||
src/temp/ | ||
|
||
dist/ |
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 |
---|---|---|
@@ -1,8 +1,9 @@ | ||
[project] | ||
name = "hdx_cli_toolkit" | ||
version = "2024.3.1" | ||
version = "2024.3.2" | ||
description = "HDX CLI tool kit for commandline interaction with HDX" | ||
readme = "README.md" | ||
license = {file = "LICENSE"} | ||
requires-python = ">=3.11" | ||
authors = [ | ||
{email = "[email protected]"}, | ||
|
@@ -14,6 +15,7 @@ dependencies = [ | |
"hdx-python-country", | ||
"quantulum3[classifier]", # This stops the UserWarning but has a number of large dependencies | ||
"click", | ||
"hatch", | ||
"pytest", | ||
"pytest-cov", | ||
"black==23.10.0", | ||
|