From 469ae74eb68acd4df1c8897e8c3a45e63973872a Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Wed, 13 May 2020 13:39:23 -0700 Subject: v0.13 Bugfixes * Various improvements w.r.t. type annotations & typing support (by @hukkinj1) * Fix pure-Python implementation to accept keyword argument "col" correctly (by @hukkinj1) --- immutables/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immutables/_version.py b/immutables/_version.py index 2296fca..7eae57b 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.12' +__version__ = '0.13' -- cgit v1.2.3