diff options
author | Donald Stufft <donald@stufft.io> | 2015-05-22 20:45:34 -0400 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2015-05-22 20:45:34 -0400 |
commit | dac316c13d6bfdc8acd241147708488aaddd3a99 (patch) | |
tree | 7af601ef85080e688394317c72b38ea916601233 | |
parent | 8a3ac6c84a77e46b6806f132d7a3f67088820c41 (diff) | |
download | virtualenv-13.0.1.tar.gz |
bump version13.0.1
-rwxr-xr-x | virtualenv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtualenv.py b/virtualenv.py index 08a6273..dee8ef2 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -__version__ = "13.0.1.dev0" +__version__ = "13.0.1" virtualenv_version = __version__ # legacy import base64 |