Skip to content

Commit 538dd03

Browse files
committed
version 0.32
1 parent 7175b29 commit 538dd03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

memory_profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# .. we'll use this to pass it to the child script ..
44
_clean_globals = globals().copy()
55

6-
__version__ = '0.31'
6+
__version__ = '0.32'
77

88
_CMD_USAGE = "python -m memory_profiler script_file.py"
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
long_description=open('README.rst').read(),
2727
version=memory_profiler.__version__,
2828
author='Fabian Pedregosa',
29-
author_email='fabian@fseoane.net',
29+
author_email='f@bianp.net',
3030
url='http://pypi.python.org/pypi/memory_profiler',
3131
py_modules=['memory_profiler'],
3232
scripts=['mprof'],

0 commit comments

Comments
 (0)