diff --git a/irrd/__init__.py b/irrd/__init__.py index 1344b02d1..53b7b7c1f 100644 --- a/irrd/__init__.py +++ b/irrd/__init__.py @@ -1,4 +1,4 @@ # Note that version is also in pyproject.toml -__version__ = "4.4.0" +__version__ = "4.4.1" ENV_MAIN_PROCESS_PID = "IRRD_MAIN_PROCESS_PID" META_KEY_HTTP_CLIENT_IP = "HTTP-Client-IP" diff --git a/pyproject.toml b/pyproject.toml index d5684a8e3..f3f7f3dc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ name = "irrd" [tool.poetry] name = "irrd" # Note that version is also in irrd/__init__.py -version = "4.4.0" +version = "4.4.1" description = "Internet Routing Registry daemon (IRRd)" authors = ["Reliably Coded for NTT Ltd. and others "] license = "BSD"