Skip to content

Commit

Permalink
Increase version to 0.22.4 (closes #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
tboggs committed Oct 5, 2021
1 parent cfe44a7 commit e1cd919
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions VERSIONS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
================================================================================
SPy 0.22.4
================================================================================
Release date: 2021.10.05

Bug Fixes
---------

* [#3] Using np.int8 for `spy_colors` caused invalid (negative) color values

================================================================================
SPy 0.22.3
================================================================================
Expand Down
2 changes: 1 addition & 1 deletion spectral/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from __future__ import absolute_import, division, print_function, unicode_literals

__version__ = '0.22.3'
__version__ = '0.22.4'

import sys
if sys.byteorder == 'little':
Expand Down

0 comments on commit e1cd919

Please sign in to comment.