diff options
author | Yury Selivanov <yury@edgedb.com> | 2019-10-07 12:05:47 -0400 |
---|---|---|
committer | Yury Selivanov <yury@edgedb.com> | 2019-10-07 12:05:47 -0400 |
commit | 197ceabc33c6629cfeae00ded1c4ed2244378927 (patch) | |
tree | 2cfead7aefa3dc0dc6621b5193c765d197e19e26 | |
parent | d7920a9f6a256ac5e8903b5c39ae290109251e29 (diff) | |
download | immutables-197ceabc33c6629cfeae00ded1c4ed2244378927.tar.gz immutables-197ceabc33c6629cfeae00ded1c4ed2244378927.zip |
Bump the version to 0.10v0.10
-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 60a071c..e7684d4 100644 --- a/immutables/__init__.py +++ b/immutables/__init__.py @@ -8,4 +8,4 @@ else: __all__ = 'Map', -__version__ = '0.9' +__version__ = '0.10' |