diff options
author | Matthew Iversen <teh.ivo@gmail.com> | 2016-01-29 05:47:39 +1100 |
---|---|---|
committer | Matthew Iversen <teh.ivo@gmail.com> | 2016-01-29 05:47:39 +1100 |
commit | 30d13567ca09ad2546e99afaaa7a21d87fba2d48 (patch) | |
tree | 359606b5ca3968635687d27308487b1d9dade762 /virtualenv.py | |
parent | 258610503c8a92231ce9c1713b0845966680e1ce (diff) | |
download | virtualenv-14.0.3.tar.gz |
Bump version for release14.0.3
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 c8148f5..4589dd9 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -33,7 +33,7 @@ try: except ImportError: import configparser as ConfigParser -__version__ = "14.1.0.dev0" +__version__ = "14.0.3" virtualenv_version = __version__ # legacy if sys.version_info < (2, 6): |