diff --git a/VERSION-HISTORY.md b/VERSION-HISTORY.md index 44ae01e..1612fe3 100644 --- a/VERSION-HISTORY.md +++ b/VERSION-HISTORY.md @@ -3,6 +3,7 @@ This file is a version history of blimpy amendments, beginning with version 2.0.
| Date | Version | Contents | | :--: | :--: | :-- | +| 2022-02-03 | 2.0.37 | Having trouble with publishing on pypi. Seems to be stuck on blimpy v2.0.35. | | 2022-02-02 | 2.0.36 | Enhance h5diag to show frequency channel information. | | 2022-01-28 | 2.0.35 | Revamp rawhdr (issue #253). | | | | Fix misinterpretation of numbers in guppi.py (issue #254). | diff --git a/setup.py b/setup.py index fd12d0a..7039681 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ """ from setuptools import setup, find_packages -__version__ = '2.0.36.2' +__version__ = '2.0.37' with open("README.md", "r") as fh: long_description = fh.read()