diff --git a/README.md b/README.md index b59f636..e8ed94e 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,8 @@ open source community. ## CHANGES +##### 0.1.0 (2020-04-17) + - Add ipython magic support (#8) ##### 0.0.4 (2019-10-08) - Add gpu switch for line-profiler(#2) - Add device filter for reporter diff --git a/setup.py b/setup.py index 5448ba7..2df2894 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='pytorch_memlab', - version='0.0.4', + version='0.1.0', licence='MIT', description='A lab to do simple and accurate memory experiments on pytorch', long_description=long_description,