eric6/DebugClients/Python/coverage/version.py

changeset 7427
362cd1b6f81a
parent 7275
9a25fe1fab84
child 7702
f8b97639deb5
--- a/eric6/DebugClients/Python/coverage/version.py	Wed Feb 19 19:38:36 2020 +0100
+++ b/eric6/DebugClients/Python/coverage/version.py	Sat Feb 22 14:27:42 2020 +0100
@@ -1,11 +1,11 @@
 # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
-# For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
 
 """The version and URL for coverage.py"""
 # This file is exec'ed in setup.py, don't import anything!
 
 # Same semantics as sys.version_info.
-version_info = (4, 5, 4, 'final', 0)
+version_info = (5, 0, 3, 'final', 0)
 
 
 def _make_version(major, minor, micro, releaselevel, serial):

eric ide

mercurial