diff --git a/src/Pyro4/constants.py b/src/Pyro4/constants.py index 023e9152..f8cff672 100644 --- a/src/Pyro4/constants.py +++ b/src/Pyro4/constants.py @@ -5,7 +5,7 @@ """ # Pyro version -VERSION = "4.77.dev0" +VERSION = "4.77" # standard object name for the Daemon object DAEMON_NAME = "Pyro.Daemon"