Skip to content

Commit cab313f

Browse files
HasenpfoteHasenpfote
authored andcommitted
Bump version to 1.3.0
1 parent f4807a7 commit cab313f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

malloc_tracer/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
3-
__version__ = '1.2.0'
3+
__version__ = '1.3.0'
44
VERSION = __version__.split('.')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _long_description():
5353
'Programming Language :: Python :: 3.6',
5454
'License :: OSI Approved :: MIT License',
5555
'Operating System :: OS Independent',
56-
'Development Status :: 4 - Beta',
56+
'Development Status :: 5 - Production/Stable',
5757
'Environment :: Other Environment',
5858
'Intended Audience :: Developers',
5959
'Topic :: Software Development',

0 commit comments

Comments
 (0)