diff --git a/src/interfaces/python/pgmodule.c b/src/interfaces/python/pgmodule.c
index 7b959e942998b4aa077725bebe54931ed990a369..e0849651a3c549c58c9ebe124a96af101c9f1d93 100644
--- a/src/interfaces/python/pgmodule.c
+++ b/src/interfaces/python/pgmodule.c
@@ -36,7 +36,7 @@
 #include <string.h>
 
 static PyObject *PGError;
-static const char *PyPgVersion = "3.3";
+static const char *PyPgVersion = "3.2";
 
 /* taken from fileobject.c */
 #define BUF(v) PyString_AS_STRING((PyStringObject *)(v))