diff --git a/version.py b/version.py index 0b89198..260b73c 100644 --- a/version.py +++ b/version.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = '4.0.2' +version = '4.0.3' required_versions = {'toil': '>=3.12.0', 'pyyaml': '>=3.11'}