From 1a51a34154654285e017e6006d16c03cbee92637 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Thu, 13 Dec 2018 16:30:21 -0500 Subject: Bump the version to 0.9 --- immutables/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immutables/__init__.py b/immutables/__init__.py index fe1da92..60a071c 100644 --- a/immutables/__init__.py +++ b/immutables/__init__.py @@ -8,4 +8,4 @@ else: __all__ = 'Map', -__version__ = '0.8' +__version__ = '0.9' -- cgit v1.2.3