From 0bc23187226833a72f9a4c9a0c68cdbcfa2fec07 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Thu, 7 Jun 2018 20:24:34 -0400 Subject: Bump the version to 0.6 --- immutables/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immutables/__init__.py b/immutables/__init__.py index a85dc6e..db03078 100644 --- a/immutables/__init__.py +++ b/immutables/__init__.py @@ -8,4 +8,4 @@ else: __all__ = 'Map', -__version__ = '0.5' +__version__ = '0.6' -- cgit v1.2.3