diff options
author | Yury Selivanov <yury@edgedb.com> | 2019-11-02 16:57:53 -0400 |
---|---|---|
committer | Yury Selivanov <yury@edgedb.com> | 2019-11-04 13:10:49 -0500 |
commit | 11863b29e3fbcd7d25335befce706e21a785f5e0 (patch) | |
tree | 586ea65d242c7a889ed9f2fc52ce272002dad96d | |
parent | a40c3f8ecee12a800151d8375ed5272eccd8fe23 (diff) | |
download | immutables-11863b29e3fbcd7d25335befce706e21a785f5e0.tar.gz immutables-11863b29e3fbcd7d25335befce706e21a785f5e0.zip |
Bump the version to 0.12
-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 01ffd36..655d318 100644 --- a/immutables/__init__.py +++ b/immutables/__init__.py @@ -8,4 +8,4 @@ else: __all__ = 'Map', -__version__ = '0.11' +__version__ = '0.12' |