Daniel Gruno hace 4 años
padre
commit
d954044cdd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pypubsub.py

+ 1 - 1
pypubsub.py

@@ -34,7 +34,7 @@ import plugins.sqs
 import typing
 
 # Some consts
-PUBSUB_VERSION = '0.7.1'
+PUBSUB_VERSION = '0.7.2'
 PUBSUB_CONTENT_TYPE = 'application/vnd.pypubsub-stream'
 PUBSUB_DEFAULT_PORT = 2069
 PUBSUB_DEFAULT_IP = '0.0.0.0'