diff options
author | Yury Selivanov <yury@magic.io> | 2018-04-02 11:31:57 -0400 |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2018-04-02 11:31:57 -0400 |
commit | d566904b7cca8ec14128ab2941a6edac34e06371 (patch) | |
tree | d046688b2e961f746fe100385b652b00595261e9 | |
parent | bf531bd20830670ce080555411316cad18957e2c (diff) | |
download | immutables-0.3.tar.gz immutables-0.3.zip |
Bump the versionv0.3
-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 ffeef0f..8ed9faa 100644 --- a/immutables/__init__.py +++ b/immutables/__init__.py @@ -2,4 +2,4 @@ from ._map import Map __all__ = 'Map', -__version__ = '0.2' +__version__ = '0.3' |