Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wlame committed Feb 4, 2025
1 parent 1b7fd48 commit 7232e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "hexometry"
requires-python = ">=3.10"
requires-python = ">=3.11"
authors = [{ name = "wlame", email = "[email protected]" }]
readme = "README.md"
license = { file = "LICENSE" }
Expand All @@ -17,7 +17,7 @@ Home = "https://github.com/wlame/hexometry"


[dependency-groups]
dev = ["pytest>=8.3.4", "pytest-cov>=6.0.0", "ruff>=0.8.6"]
dev = ["pytest>=8.3.4", "pytest-cov>=6.0.0", "ruff>=0.9.4"]


[tool.ruff]
Expand Down
2 changes: 1 addition & 1 deletion src/hexometry/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
dijkstra,
)

__version__ = '1.0.1'
__version__ = '1.1'


__all__ = [
Expand Down

0 comments on commit 7232e09

Please sign in to comment.