From aad841b380d920ca0fe28ce7562e39ef0efe8078 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Thu, 7 Jul 2016 22:56:33 +0200 Subject: [PATCH] version 4.46 --- src/Pyro4/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pyro4/constants.py b/src/Pyro4/constants.py index 4e5c59ed..f0d79a88 100644 --- a/src/Pyro4/constants.py +++ b/src/Pyro4/constants.py @@ -5,7 +5,7 @@ """ # Pyro version -VERSION = "4.46.dev0" +VERSION = "4.46" # standard object name for the Daemon object DAEMON_NAME = "Pyro.Daemon"