Skip to content

Commit

Permalink
V1.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mph- committed Sep 4, 2023
1 parent 05172f1 commit e2ea6b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ labels.

16. Show values with SI unit prefixes (f, p, n, u, m, k, M, G, T)

17. Tidy mutual inductances


Circuit analysis
================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages


__version__ = '1.18.2'
__version__ = '1.18.3'

with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
Expand Down

0 comments on commit e2ea6b7

Please sign in to comment.