From 992668ab2a47d51c00527ffcb36d140a48abbf83 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Fri, 29 Dec 2023 20:47:54 +0100 Subject: [PATCH] version update --- pyproject.toml | 6 +++--- requirements.pip.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5a30340..1354e00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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] diff --git a/requirements.pip.txt b/requirements.pip.txt index b03e15c..f29ab28 100644 --- a/requirements.pip.txt +++ b/requirements.pip.txt @@ -1 +1 @@ -hat-doit ~=0.15.4 +hat-doit ~=0.15.5