summaryrefslogtreecommitdiff
path: root/virtualenv.py
diff options
context:
space:
mode:
Diffstat (limited to 'virtualenv.py')
-rwxr-xr-xvirtualenv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtualenv.py b/virtualenv.py
index dee8ef2..bbc0564 100755
--- a/virtualenv.py
+++ b/virtualenv.py
@@ -2,7 +2,7 @@
"""Create a "virtual" Python installation
"""
-__version__ = "13.0.1"
+__version__ = "13.0.2"
virtualenv_version = __version__ # legacy
import base64