We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a617e2f commit 5a9c2faCopy full SHA for 5a9c2fa
immutables/__init__.py
@@ -8,4 +8,4 @@
8
9
10
__all__ = 'Map',
11
-__version__ = '0.6'
+__version__ = '0.7'
setup.py
@@ -45,7 +45,9 @@
45
'License :: OSI Approved :: Apache Software License',
46
'Intended Audience :: Developers',
47
'Programming Language :: Python :: 3 :: Only',
48
+ 'Programming Language :: Python :: 3.5',
49
'Programming Language :: Python :: 3.6',
50
+ 'Programming Language :: Python :: 3.7',
51
'Operating System :: POSIX',
52
'Operating System :: MacOS :: MacOS X',
53
'Operating System :: Microsoft :: Windows',
0 commit comments