diff options
| author | Donald Stufft <donald@stufft.io> | 2015-08-22 18:57:25 -0400 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2015-08-22 18:57:25 -0400 |
| commit | 321361a042a409f0814bb1bf6d8ca36f45dfd2ea (patch) | |
| tree | 55f8d9909de176d0772bdb0500d3848abd956aac | |
| parent | ac29808d5ba574e80d8459ce6a7d7899e427d817 (diff) | |
| download | virtualenv-321361a042a409f0814bb1bf6d8ca36f45dfd2ea.tar.gz | |
bump for development
| -rwxr-xr-x | virtualenv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtualenv.py b/virtualenv.py index da25205..485e5ce 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -__version__ = "13.1.2" +__version__ = "13.2.0.dev0" virtualenv_version = __version__ # legacy import base64 |
