diff options
-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 5896713..34d82ef 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.15' +__version__ = '0.16' |