diff options
author | Yury Selivanov <yury@magic.io> | 2018-12-13 16:30:21 -0500 |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2018-12-13 16:30:21 -0500 |
commit | 1a51a34154654285e017e6006d16c03cbee92637 (patch) | |
tree | 5bc55533e20068e9ef103cd258f9e07ceb51c2a6 | |
parent | daf67332eeec06f31d6d4fc7ef64c6210a00f830 (diff) | |
download | immutables-1a51a34154654285e017e6006d16c03cbee92637.tar.gz immutables-1a51a34154654285e017e6006d16c03cbee92637.zip |
Bump the version to 0.9v0.9
-rw-r--r-- | immutables/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/immutables/__init__.py b/immutables/__init__.py index fe1da92..60a071c 100644 --- a/immutables/__init__.py +++ b/immutables/__init__.py @@ -8,4 +8,4 @@ else: __all__ = 'Map', -__version__ = '0.8' +__version__ = '0.9' |