Quellcode durchsuchen

bump version, prep for next tag

Daniel Gruno vor 2 Jahren
Ursprung
Commit
5c174aa3c0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      pypubsub.py

+ 1 - 1
pypubsub.py

@@ -36,7 +36,7 @@ import signal
 import uuid
 
 # Some consts
-PUBSUB_VERSION = '0.7.2'
+PUBSUB_VERSION = '0.7.3'
 PUBSUB_CONTENT_TYPE = 'application/vnd.pypubsub-stream'
 PUBSUB_DEFAULT_PORT = 2069
 PUBSUB_DEFAULT_IP = '0.0.0.0'