We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91ed40 commit 81a1e24Copy full SHA for 81a1e24
CHANGELOG.md
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
22
-Minor code cleanups and API changes
23
-Some documentation cleanup
24
-Change the estimate_est method to be inherited from a base Winding class and to use materials
25
+-Update version in setup.py file
26
27
## [v0.1.3]
28
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="planar-magnetics",
8
- version="0.1.3",
+ version="0.1.4",
9
author="Donny Zimmanck",
10
author_email="[email protected]",
11
description="Create planar magnetic structures programmatically and export to CAD tools.",
0 commit comments