diff options
author | Donald Stufft <donald@stufft.io> | 2014-12-23 20:28:51 -0500 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2014-12-23 20:28:51 -0500 |
commit | a331207e2efef23b663dcfff409c144f60ab1272 (patch) | |
tree | e6d4b0a4e28246d5886bbd423d3f813ec1f7b430 /virtualenv.py | |
parent | c859052fe4b511b90cd5b726521130f7b2edde62 (diff) | |
download | virtualenv-12.0.3.tar.gz |
bump version for release12.0.3
Diffstat (limited to 'virtualenv.py')
-rwxr-xr-x | virtualenv.py | 2 |
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! |