aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Selivanov <yury@edgedb.com>2019-10-11 16:43:59 -0400
committerYury Selivanov <yury@edgedb.com>2019-10-11 16:43:59 -0400
commit51bc6b0a8da1b9c38151cbce89251d4677188e9f (patch)
treee53f1fb0f1a5d3376f4d255460aad6035be11ca8
parente101d07dbd32e63a2142fe28c517cccb12a8720c (diff)
downloadimmutables-51bc6b0a8da1b9c38151cbce89251d4677188e9f.tar.gz
immutables-51bc6b0a8da1b9c38151cbce89251d4677188e9f.zip
Bump the version to 0.11v0.11
-rw-r--r--immutables/__init__.py2
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'