diff options
author | Yury Selivanov <yury@magic.io> | 2018-12-13 13:04:24 -0500 |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2018-12-13 13:04:24 -0500 |
commit | 0d6f144fcd9f2060153908878e23ab466ffefa44 (patch) | |
tree | f62600f2cd764db40bef5bfea5078bd8aba9d7a2 | |
parent | 7642044a0c6dd484e259933fce976b2725f9ac59 (diff) | |
download | immutables-0.8.tar.gz immutables-0.8.zip |
Bump the version to 0.8v0.8
-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 4f63c2a..fe1da92 100644 --- a/immutables/__init__.py +++ b/immutables/__init__.py @@ -8,4 +8,4 @@ else: __all__ = 'Map', -__version__ = '0.7' +__version__ = '0.8' |