diff options
author | Donald Stufft <donald@stufft.io> | 2016-03-05 20:16:14 -0500 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2016-03-05 20:16:14 -0500 |
commit | d665675c25d6711c98f16f43a3fbf76875a297fe (patch) | |
tree | 448d1b4f0cb43cac770150c6defabc55eb128b8d /virtualenv.py | |
parent | 392d5aa7c9fd214a9e91906c2f544ddc0eb12ef1 (diff) | |
download | virtualenv-d665675c25d6711c98f16f43a3fbf76875a297fe.tar.gz |
bump for development
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 68a5d87..80ed640 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -36,7 +36,7 @@ try: except ImportError: import configparser as ConfigParser -__version__ = "15.0.0" +__version__ = "15.1.0.dev0" virtualenv_version = __version__ # legacy if sys.version_info < (2, 6): |