From 2aa4cd62148bee94753b89a4c1a8b749c697312a Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Sat, 21 May 2022 23:22:41 -0700 Subject: [PATCH] v0.18 --- immutables/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immutables/_version.py b/immutables/_version.py index 2a6c8701..b8cc76f4 100644 --- a/immutables/_version.py +++ b/immutables/_version.py @@ -10,4 +10,4 @@ # supported platforms, publish the packages on PyPI, merge the PR # to the target branch, create a Git tag pointing to the commit. -__version__ = '0.17' +__version__ = '0.18'