diff options
author | Donald Stufft <donald@stufft.io> | 2014-12-22 18:22:38 -0500 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2014-12-22 18:22:38 -0500 |
commit | 84b0e7be5222a267952c8b5c1d2c5643a96e7493 (patch) | |
tree | d2cc43238ec6d93ddf436a1d678af682e0a4c7f1 /virtualenv.py | |
parent | 7e6cc935a844a526febce68798f69e2c64fc5149 (diff) | |
parent | 6ea926d4bda067d6001960e2be5b48cdc631d076 (diff) | |
download | virtualenv-12.0.1.tar.gz |
Merge branch 'release/12.0.1'12.0.1
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 380a601..8997889 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -__version__ = "12.0" +__version__ = "12.0.1" virtualenv_version = __version__ # legacy # NB: avoid placing additional imports here, before sys.path is fixed! |