Skip to content

Commit 5a9c2fa

Browse files
committed
Bump the version to 0.7
1 parent a617e2f commit 5a9c2fa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

immutables/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99

1010
__all__ = 'Map',
11-
__version__ = '0.6'
11+
__version__ = '0.7'

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
'License :: OSI Approved :: Apache Software License',
4646
'Intended Audience :: Developers',
4747
'Programming Language :: Python :: 3 :: Only',
48+
'Programming Language :: Python :: 3.5',
4849
'Programming Language :: Python :: 3.6',
50+
'Programming Language :: Python :: 3.7',
4951
'Operating System :: POSIX',
5052
'Operating System :: MacOS :: MacOS X',
5153
'Operating System :: Microsoft :: Windows',

0 commit comments

Comments
 (0)