From 07279182486b3c2522a9b3c5d9ca8488545a8ee9 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Sat, 7 Aug 2021 15:28:41 -0700 Subject: Bump version to 0.17.dev0 --- immutables/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/immutables/_version.py b/immutables/_version.py index 34d82ef..0e9cfae 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.16' +__version__ = '0.17.dev0' -- cgit v1.2.3