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 f4807a7 commit cab313fCopy full SHA for cab313f
malloc_tracer/version.py
@@ -1,4 +1,4 @@
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
-__version__ = '1.2.0'
+__version__ = '1.3.0'
4
VERSION = __version__.split('.')
setup.py
@@ -53,7 +53,7 @@ def _long_description():
53
'Programming Language :: Python :: 3.6',
54
'License :: OSI Approved :: MIT License',
55
'Operating System :: OS Independent',
56
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
57
'Environment :: Other Environment',
58
'Intended Audience :: Developers',
59
'Topic :: Software Development',
0 commit comments