We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7175b29 commit 538dd03Copy full SHA for 538dd03
memory_profiler.py
@@ -3,7 +3,7 @@
3
# .. we'll use this to pass it to the child script ..
4
_clean_globals = globals().copy()
5
6
-__version__ = '0.31'
+__version__ = '0.32'
7
8
_CMD_USAGE = "python -m memory_profiler script_file.py"
9
setup.py
@@ -26,7 +26,7 @@
26
long_description=open('README.rst').read(),
27
version=memory_profiler.__version__,
28
author='Fabian Pedregosa',
29
- author_email='fabian@fseoane.net',
+ author_email='f@bianp.net',
30
url='http://pypi.python.org/pypi/memory_profiler',
31
py_modules=['memory_profiler'],
32
scripts=['mprof'],
0 commit comments