summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvirtualenv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtualenv.py b/virtualenv.py
index 43fa9aa..48009ba 100755
--- a/virtualenv.py
+++ b/virtualenv.py
@@ -2,7 +2,7 @@
"""Create a "virtual" Python installation
"""
-__version__ = "12.0.2"
+__version__ = "12.0.3"
virtualenv_version = __version__ # legacy
# NB: avoid placing additional imports here, before sys.path is fixed!