Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed Aug 5, 2023
1 parent 78cc75e commit 9bf343e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

v2.5.2 (8/5/2023)
v2.5.3 (8/5/2023)
-------------------
* conda-forge fails because test files are not included

Expand Down
2 changes: 1 addition & 1 deletion miepython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
miepython.mie_phase_matrix(m, x, mu)
"""
__version__ = '2.5.1'
__version__ = '2.5.3'
__author__ = 'Scott Prahl'
__email__ = '[email protected]'
__copyright__ = 'Copyright 2017-23, Scott Prahl'
Expand Down

0 comments on commit 9bf343e

Please sign in to comment.