From c97a49488b978d4cedf5ad03bb91f04782b4c9d2 Mon Sep 17 00:00:00 2001 From: tgsmith61591 Date: Sat, 26 Aug 2017 09:40:45 -0500 Subject: [PATCH] Bump version --- pyramid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/__init__.py b/pyramid/__init__.py index c040285bc..aed7984cd 100644 --- a/pyramid/__init__.py +++ b/pyramid/__init__.py @@ -4,7 +4,7 @@ # # The pyramid module -__version__ = "0.5-dev8" +__version__ = "0.5" try: # this var is injected in the setup build to enable