From d566904b7cca8ec14128ab2941a6edac34e06371 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Mon, 2 Apr 2018 11:31:57 -0400 Subject: Bump the version --- immutables/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immutables/__init__.py b/immutables/__init__.py index ffeef0f..8ed9faa 100644 --- a/immutables/__init__.py +++ b/immutables/__init__.py @@ -2,4 +2,4 @@ from ._map import Map __all__ = 'Map', -__version__ = '0.2' +__version__ = '0.3' -- cgit v1.2.3