diff options
author | Donald Stufft <donald@stufft.io> | 2015-01-03 04:42:46 -0500 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2015-01-03 04:42:46 -0500 |
commit | 9205ff46a67130e8835f14bb4f802fd59e7dcf2c (patch) | |
tree | 37a91ff89ba63381f0734a589972944280b0fe21 | |
parent | 2a52fe66e76842c8ae79ffa4b4bf3e7978e8d760 (diff) | |
download | virtualenv-9205ff46a67130e8835f14bb4f802fd59e7dcf2c.tar.gz |
bump version12.0.5
-rwxr-xr-x | virtualenv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtualenv.py b/virtualenv.py index 91e2040..5f18232 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -__version__ = "12.0.5.dev0" +__version__ = "12.0.5" virtualenv_version = __version__ # legacy import base64 |