Skip to content

Commit 1e8eebf

Browse files
author
nunobrum
committed
Updating PyPi 2.3.1
1 parent 0c2ddd7 commit 1e8eebf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ A more detailed documentation is directly included in the source file docstrings
228228
* Alternative contact : [email protected]
229229

230230
## History ##
231+
* Version 2.3.1\
232+
Bug fix on the parameter replacement
233+
231234
* Version 2.3\
232235
Supporting the creation of RAW Noise Analysis\
233236
Bug Fixes (See GitHub Log)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
build-backend = "setuptools.build_meta"
77
[project]
88
name = "PyLTSpice"
9-
version = "2.3"
9+
version = "2.3.1"
1010
authors = [
1111
{ name="Nuno Brum", email="[email protected]" },
1212
]

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='PyLTSpice',
8-
# version='2.3',
8+
# version='2.3.1',
99
scripts=['PyLTSpice/__init__.py',
1010
'PyLTSpice/detect_encoding.py',
1111
'PyLTSpice/Histogram.py',

0 commit comments

Comments
 (0)