virtualenv/web/virtualenv.py
changeset 262 c4f23c06bc6a
parent 260 468298db0d90
child 267 4343bd132712
--- a/virtualenv/web/virtualenv.py	Thu May 28 18:33:43 2015 +0200
+++ b/virtualenv/web/virtualenv.py	Wed Jul 22 15:10:55 2015 +0200
@@ -2,7 +2,7 @@
 """Create a "virtual" Python installation
 """
 
-__version__ = "13.0.1"
+__version__ = "13.1.0"
 virtualenv_version = __version__  # legacy
 
 import base64