Skip to content

Commit c770d60

Browse files
committed
0.5.1
1 parent 5b6458c commit c770d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
setuptools.setup(
1212
name='aioice',
13-
version='0.5.0',
13+
version='0.5.1',
1414
description='An implementation of Interactive Connectivity Establishment (RFC 5245)',
1515
long_description=long_description,
1616
url='https://github.com/jlaine/aioice',
1717
author='Jeremy Lainé',
1818
author_email='[email protected]',
1919
license='BSD',
2020
classifiers=[
21-
'Development Status :: 4 - Beta',
21+
'Development Status :: 5 - Production/Stable',
2222
'Environment :: Web Environment',
2323
'Intended Audience :: Developers',
2424
'License :: OSI Approved :: BSD License',

0 commit comments

Comments
 (0)