diff options
| author | Donald Stufft <donald@stufft.io> | 2015-04-07 07:04:47 -0400 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2015-04-07 07:04:47 -0400 |
| commit | bf843d4c3163d8e6ed48945c5b360d4c756984c8 (patch) | |
| tree | 1b42eefc3646de264a471356665a805466a590a6 /virtualenv.py | |
| parent | 7a5be7c215d9d7e23e56d72cc591598e709fcf1b (diff) | |
| download | virtualenv-12.1.1.tar.gz | |
bump version to 12.1.112.1.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 79544bf..46f7011 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -__version__ = "12.1.0" +__version__ = "12.1.1" virtualenv_version = __version__ # legacy import base64 |
