diff --git a/README.md b/README.md index dd7a81a..909b40d 100644 --- a/README.md +++ b/README.md @@ -460,6 +460,8 @@ open source community. ## CHANGES +##### 0.2.2 (2020-10-23) + - Fix memory leak in `MemReporter` ##### 0.2.1 (2020-06-18) - Fix `line_profiler` not found ##### 0.2.0 (2020-06-15) diff --git a/setup.py b/setup.py index fd13fa5..1b20824 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pytorch_memlab', - version='0.2.1', + version='0.2.2', licence='MIT', description='A lab to do simple and accurate memory experiments on pytorch', long_description=long_description,