From f9a6a2352e935eef220ac8eeb19fca43a2fe96a1 Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sat, 4 Jan 2020 00:21:27 +0900 Subject: [PATCH] Bump version --- typepy/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typepy/__version__.py b/typepy/__version__.py index 69c49d3..c411204 100644 --- a/typepy/__version__.py +++ b/typepy/__version__.py @@ -6,6 +6,6 @@ __author__ = "Tsuyoshi Hombashi" __copyright__ = "Copyright 2017-{}, {}".format(datetime.now().year, __author__) __license__ = "MIT License" -__version__ = "0.6.1" +__version__ = "0.6.2" __maintainer__ = __author__ __email__ = "tsuyoshi.hombashi@gmail.com"