From 5a9c2fa8131819523403a6b7a92ad0918f1c595d Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 20 Nov 2018 14:28:59 -0500 Subject: Bump the version to 0.7 --- immutables/__init__.py | 2 +- setup.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/immutables/__init__.py b/immutables/__init__.py index db03078..4f63c2a 100644 --- a/immutables/__init__.py +++ b/immutables/__init__.py @@ -8,4 +8,4 @@ else: __all__ = 'Map', -__version__ = '0.6' +__version__ = '0.7' diff --git a/setup.py b/setup.py index 308083e..4e8dc6d 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,9 @@ setuptools.setup( 'License :: OSI Approved :: Apache Software License', 'Intended Audience :: Developers', 'Programming Language :: Python :: 3 :: Only', + 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Operating System :: POSIX', 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', -- cgit v1.2.3