diff options
author | Donald Stufft <donald@stufft.io> | 2013-08-07 21:05:22 -0400 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2013-08-07 21:05:22 -0400 |
commit | b8e43e724112ef26bd057df296cc66baabe2e032 (patch) | |
tree | a0d384521ecaf441cecd31be627a67c804214c9c | |
parent | aed5e2167f6472160d77af1dbabea2d334fdc2db (diff) | |
download | virtualenv-1.10.1.tar.gz |
Bump version to 1.10.11.10.1
-rwxr-xr-x | virtualenv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtualenv.py b/virtualenv.py index 86341a8..ba357fd 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -__version__ = "1.10" +__version__ = "1.10.1" virtualenv_version = __version__ # legacy import base64 |