diff --git a/README.md b/README.md index 01fa7ce..08b221e 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,8 @@ Add some additional options to CMV code Add field analysis. ##### Version 0.3.1 A non-backwards-compatible major revision to incorporate field analysis and add more comprehensive testing. +##### Version 0.3.2 +A non-backwards-compatible major revision to create a major speedup on the CMV. ## Author Joe Ranalli diff --git a/setup.py b/setup.py index 5805844..183e8c7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.md", "r") as fh: long_description = fh.read() -ver = '0.3.1' +ver = '0.3.2' setup(