Skip to content

Commit

Permalink
Merge pull request #258 from texadactyl/master
Browse files Browse the repository at this point in the history
Having trouble with publishing on pypi.
  • Loading branch information
texadactyl authored Feb 3, 2022
2 parents 382e936 + 506390f commit adeb006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions VERSION-HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ This file is a version history of blimpy amendments, beginning with version 2.0.
<br>
| 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). |
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit adeb006

Please sign in to comment.