Skip to content

Commit

Permalink
Bump version to 2024.3.2, prepare to publish with hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
IanHopkinson committed Mar 24, 2024
1 parent 0f0aa05 commit 9365723
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ cov.xml
tests/fixtures/test.csv

src/temp/

dist/
4 changes: 3 additions & 1 deletion pyproject.toml
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]"},
Expand All @@ -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",
Expand Down

0 comments on commit 9365723

Please sign in to comment.