Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
bozokopic committed Dec 29, 2023
1 parent d6c64a1 commit 992668a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hat-util"
version = "0.6.10"
version = "0.6.11"
description = "Hat utility library"
readme = "README.rst"
requires-python = ">=3.10"
Expand All @@ -16,10 +16,10 @@ Repository = "https://github.com/hat-open/hat-util.git"
Documentation = "http://hat-util.hat-open.com"

[project.optional-dependencies]
dev = ["hat-doit ~=0.15.4"]
dev = ["hat-doit ~=0.15.5"]

[build-system]
requires = ["hat-doit ~=0.15.4"]
requires = ["hat-doit ~=0.15.5"]
build-backend = "hat.doit.pep517"

[tool.hat-doit]
Expand Down
2 changes: 1 addition & 1 deletion requirements.pip.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
hat-doit ~=0.15.4
hat-doit ~=0.15.5

0 comments on commit 992668a

Please sign in to comment.