From 22460c4a48997bea550a08fa2de8fda6aaf21a69 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Tue, 22 Dec 2015 15:45:10 +0100 Subject: [PATCH] release 4.41 --- 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 e68aeaf1..46a7844f 100644 --- a/src/Pyro4/constants.py +++ b/src/Pyro4/constants.py @@ -5,7 +5,7 @@ """ # Pyro version -VERSION = "4.41.dev0" +VERSION = "4.41" # standard object name for the Daemon object DAEMON_NAME = "Pyro.Daemon"