We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480ba0d commit f030f77Copy full SHA for f030f77
2 files changed
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.48.dev0'
+__version__ = '0.48.0'
7
8
_CMD_USAGE = "python -m memory_profiler script_file.py"
9
test/test_func.py
@@ -8,4 +8,4 @@ def test_1(i):
if __name__ == '__main__':
10
test_1(10)
11
- test_1(10000)
+ test_1(100)
0 commit comments