diff options
author | Yury Selivanov <yury@magic.io> | 2018-04-03 12:18:18 -0400 |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2018-04-03 12:18:18 -0400 |
commit | 0753873a6d199e133b1410e64829746c12dec32f (patch) | |
tree | 369f67d42ee8eb6cb3ad277aeb2d79ceb5372378 | |
parent | f2a461f633d39d43e6f293ca8d5c8784d6a354c2 (diff) | |
download | immutables-0753873a6d199e133b1410e64829746c12dec32f.tar.gz immutables-0753873a6d199e133b1410e64829746c12dec32f.zip |
Bump the version to 0.4v0.4
-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 e900c2b..f6f93c7 100644 --- a/immutables/__init__.py +++ b/immutables/__init__.py @@ -8,4 +8,4 @@ else: __all__ = 'Map', -__version__ = '0.3' +__version__ = '0.4' |