diff options
| author | Bernát Gábor <gaborjbernat@gmail.com> | 2019-03-01 01:00:31 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-01 01:00:31 +0300 |
| commit | c37e89bb63a162e6e6d30651448a68c799d75c18 (patch) | |
| tree | 37ed171a960ad3d44466bc8ead918944777969f7 | |
| parent | 824759c87a7463107214286f73e4cc3a5e4d1c54 (diff) | |
| download | virtualenv-c37e89bb63a162e6e6d30651448a68c799d75c18.tar.gz | |
Update virtualenv.py
| -rwxr-xr-x | virtualenv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtualenv.py b/virtualenv.py index e28814e..20beea8 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -44,7 +44,7 @@ except ImportError: # noinspection PyPep8Naming import configparser as ConfigParser -__version__ = "16.4.2.dev0" +__version__ = "16.4.3" virtualenv_version = __version__ # legacy DEBUG = os.environ.get("_VIRTUALENV_DEBUG", None) == "1" if sys.version_info < (2, 7): |
