Skip to content

Commit 9a597b3

Browse files
authored
Merge pull request #377 from pythonprofilers/bump_version_to_0.61.0
bump version to 0.61.0
2 parents ab6162e + c121b1e commit 9a597b3

1 file changed

Lines changed: 1 addition & 1 deletion

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.60.0'
6+
__version__ = '0.61.0'
77

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

0 commit comments

Comments
 (0)