diff options
author | Yury Selivanov <yury@edgedb.com> | 2022-05-21 23:22:41 -0700 |
---|---|---|
committer | Yury Selivanov <yury@edgedb.com> | 2022-05-21 23:22:41 -0700 |
commit | 2aa4cd62148bee94753b89a4c1a8b749c697312a (patch) | |
tree | 6e4a5aa1456370ff4d0c33148393d20894aca738 | |
parent | 37b52b7f9bcb9bb7353637563f24f18193b6c5d3 (diff) | |
download | immutables-2aa4cd62148bee94753b89a4c1a8b749c697312a.tar.gz immutables-2aa4cd62148bee94753b89a4c1a8b749c697312a.zip |
v0.18v0.18
-rw-r--r-- | immutables/_version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/immutables/_version.py b/immutables/_version.py index 2a6c870..b8cc76f 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' |