From 51bc6b0a8da1b9c38151cbce89251d4677188e9f Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Fri, 11 Oct 2019 16:43:59 -0400 Subject: Bump the version to 0.11 --- immutables/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immutables/__init__.py b/immutables/__init__.py index e7684d4..01ffd36 100644 --- a/immutables/__init__.py +++ b/immutables/__init__.py @@ -8,4 +8,4 @@ else: __all__ = 'Map', -__version__ = '0.10' +__version__ = '0.11' -- cgit v1.2.3