diff --git a/irrd/__init__.py b/irrd/__init__.py index 9e4b90e0e..b6bf40385 100644 --- a/irrd/__init__.py +++ b/irrd/__init__.py @@ -1,4 +1,4 @@ # Note that version is also in pyproject.toml -__version__ = "4.4.2" +__version__ = "4.4.3" 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 211ef3a33..fa748a09d 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.2" +version = "4.4.3" description = "Internet Routing Registry daemon (IRRd)" authors = ["Reliably Coded for NTT Ltd. and others "] license = "BSD"