10000 Bump to version 0.6.2 · python/typed_ast@e411607 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit e411607

Browse files
committed
Bump to version 0.6.2
1 parent ffbd38e commit e411607

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,20 @@
8484
""".strip()
8585

8686
setup (name = 'typed-ast',
87-
version = '0.6.1',
87+
version = '0.6.2',
8888
description = 'fork of Python 2 and 3 ast modules with type comment support',
8989
long_description = long_description,
9090
author = 'David Fisher',
9191
author_email = 'ddfisher@dropbox.com',
9292
url = 'https://github.com/dropbox/typed_ast',
9393
license='Apache License 2.0',
94-
platforms = ['POSIX'],
94+
platforms = ['POSIX', 'Windows'],
9595
classifiers = [
96-
'Development Status :: 3 - Alpha',
96+
'Development Status :: 4 - Beta',
9797
'Environment :: Console',
9898
'Intended Audience :: Developers',
9999
'Operating System :: POSIX',
100+
'Operating System :: Microsoft',
100101
'Programming Language :: Python :: 3.3',
101102
'Programming Language :: Python :: 3.4',
102103
'Programming Language :: Python :: 3.5',

0 commit comments

Comments
 (0)
0