diff options
author | Donald Stufft <donald@stufft.io> | 2015-06-01 19:53:54 -0400 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2015-06-01 20:43:27 -0400 |
commit | 3a9f63f32ab6a96c013a05e2a3ed63fe95e04c75 (patch) | |
tree | 22d25f6e772d42098533ee4cea05c349b31e3a68 /virtualenv.py | |
parent | 8ade4536d187222164961364f13e5b843799b6fe (diff) | |
download | virtualenv-13.0.2.tar.gz |
bump version13.0.2
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 dee8ef2..bbc0564 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -__version__ = "13.0.1" +__version__ = "13.0.2" virtualenv_version = __version__ # legacy import base64 |