diff options
author | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-11-11 09:51:52 +0100 |
---|---|---|
committer | Aleš Mrázek <ales.mrazek@nic.cz> | 2024-11-11 09:59:53 +0100 |
commit | bd36e71de4dfe9373a48e0e6f1432747ba1638a5 (patch) | |
tree | 00f437f4a6f2acf09bf035d793be257ee3441cef /pyproject.toml | |
parent | Merge !1624: add rate-limiting (diff) | |
download | knot-resolver-bd36e71de4dfe9373a48e0e6f1432747ba1638a5.tar.xz knot-resolver-bd36e71de4dfe9373a48e0e6f1432747ba1638a5.zip |
release 6.0.9
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5e659319..9504e3c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "knot-resolver" -version = "6.0.8" +version = "6.0.9" description = "Knot Resolver Manager - a Python program that automatically manages the other components of the resolver" license = "GPL-3.0-or-later" authors = [ |