diff options
author | Yury Selivanov <yury@edgedb.com> | 2019-10-11 16:43:59 -0400 |
---|---|---|
committer | Yury Selivanov <yury@edgedb.com> | 2019-10-11 16:43:59 -0400 |
commit | 51bc6b0a8da1b9c38151cbce89251d4677188e9f (patch) | |
tree | e53f1fb0f1a5d3376f4d255460aad6035be11ca8 | |
parent | e101d07dbd32e63a2142fe28c517cccb12a8720c (diff) | |
download | immutables-0.11.tar.gz immutables-0.11.zip |
Bump the version to 0.11v0.11
-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 e7684d4..01ffd36 100644 --- a/immutables/__init__.py +++ b/immutables/__init__.py @@ -8,4 +8,4 @@ else: __all__ = 'Map', -__version__ = '0.10' +__version__ = '0.11' |