From 197ceabc33c6629cfeae00ded1c4ed2244378927 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Mon, 7 Oct 2019 12:05:47 -0400 Subject: Bump the version to 0.10 --- immutables/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'immutables') diff --git a/immutables/__init__.py b/immutables/__init__.py index 60a071c..e7684d4 100644 --- a/immutables/__init__.py +++ b/immutables/__init__.py @@ -8,4 +8,4 @@ else: __all__ = 'Map', -__version__ = '0.9' +__version__ = '0.10' -- cgit v1.2.3