From 1ee00990fe6e10a3137fc44bdd96bec1e5c5da8d Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 20 Jul 2021 03:09:01 +0200 Subject: [PATCH] Bump version to 0.3.5 --- python_typing_update/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_typing_update/const.py b/python_typing_update/const.py index 3a6460a..755f20a 100644 --- a/python_typing_update/const.py +++ b/python_typing_update/const.py @@ -6,8 +6,8 @@ from enum import Flag, auto from typing import NamedTuple -version = (0, 3, 4) -dev_version = 0 # Set to `None` for release +version = (0, 3, 5) +dev_version = None # Set to `None` for release version_str = '.'.join(map(str, version)) if dev_version is not None: