Skip to content

Commit c03ae8b

Browse files
HasenpfoteHasenpfote
authored andcommitted
Bump version to 1.0.0
1 parent 83073a9 commit c03ae8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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__ = '0.5.0'
3+
__version__ = '1.0.0'
44
VERSION = __version__.split('.')

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _long_description():
4444
url='https://github.com/Hasenpfote/malloc_tracer',
4545
download_url='',
4646
packages = ['malloc_tracer'],
47-
keywords=['debug', ],
47+
keywords=['debug', 'debugging-tool', 'tracemalloc'],
4848
classifiers=[
4949
'Programming Language :: Python',
5050
'Programming Language :: Python :: 3',
@@ -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 :: 1 - Planning',
56+
'Development Status :: 3 - Alpha',
5757
'Environment :: Other Environment',
5858
'Intended Audience :: Developers',
5959
'Topic :: Software Development',

0 commit comments

Comments
 (0)