Skip to content

Commit f030f77

Browse files
committed
0.48 release
1 parent 480ba0d commit f030f77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.48.dev0'
6+
__version__ = '0.48.0'
77

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

test/test_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ def test_1(i):
88

99
if __name__ == '__main__':
1010
test_1(10)
11-
test_1(10000)
11+
test_1(100)

0 commit comments

Comments
 (0)