Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit c588305

Browse files
committed
fix version number
1 parent f364535 commit c588305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pyro4/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

77
# Pyro version
8-
VERSION = "4.74.dev0"
8+
VERSION = "4.74"
99

1010
# standard object name for the Daemon object
1111
DAEMON_NAME = "Pyro.Daemon"

0 commit comments

Comments
 (0)