Skip to content

Commit 0c79591

Browse files
committed
fix versioning
1 parent 855f2b2 commit 0c79591

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
3.0.5 (1/2/2026)
5+
-------------------
6+
* fix versioning
7+
48
3.0.4 (1/2/2026)
59
-------------------
610
* Host jupyterlite instance of github

miepython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"_D_downwards",
102102
)
103103

104-
__version__ = "3.0.3"
104+
__version__ = "3.0.5"
105105
__author__ = "Scott Prahl"
106106
__email__ = "scott.prahl@oit.edu"
107107
__copyright__ = "2017-26, Scott Prahl"

0 commit comments

Comments
 (0)