We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855f2b2 commit 0c79591Copy full SHA for 0c79591
2 files changed
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+3.0.5 (1/2/2026)
5
+-------------------
6
+* fix versioning
7
+
8
3.0.4 (1/2/2026)
9
-------------------
10
* Host jupyterlite instance of github
miepython/__init__.py
@@ -101,7 +101,7 @@
101
"_D_downwards",
102
)
103
104
-__version__ = "3.0.3"
+__version__ = "3.0.5"
105
__author__ = "Scott Prahl"
106
__email__ = "scott.prahl@oit.edu"
107
__copyright__ = "2017-26, Scott Prahl"
0 commit comments