Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Oct 17, 2024
1 parent 0bd1726 commit 0f9fd78
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "colormap"
version = "1.1.0"
version = "1.1.1"
description = "Commn utilities to ease development of Python packages"
authors = ["Thomas Cokelaer <[email protected]>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -39,12 +39,13 @@ Documentation = "https://colormap.readthedocs.io"

[tool.poetry.dependencies]
python = "^3.8"
matplotlib = "^3.8.4"
matplotlib = "^3"
numpy = "^1.24"



[tool.poetry.group.dev.dependencies]
pytest = "^7.4.4"
pytest = "^8.0.0"
pytest-cov = "^4.1.0"
pytest-xdist = "^3.5.0"
pytest-mock = "^3.12.0"
Expand Down

0 comments on commit 0f9fd78

Please sign in to comment.