Skip to content

Commit 1746688

Browse files
committed
bump version
1 parent 3fb2265 commit 1746688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtualenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
# noinspection PyPep8Naming
4747
import configparser as ConfigParser
4848

49-
__version__ = "16.7.2"
49+
__version__ = "16.7.3"
5050
virtualenv_version = __version__ # legacy
5151
DEBUG = os.environ.get("_VIRTUALENV_DEBUG", None) == "1"
5252
if sys.version_info < (2, 7):

0 commit comments

Comments
 (0)