We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32199d0 commit dfa2418Copy full SHA for dfa2418
3 files changed
adijif/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = """Analog Devices, Inc."""
4
__email__ = "travis.collins@analog.com"
5
-__version__ = "0.1.4"
+__version__ = "0.1.5"
6
7
import adijif.solvers
8
import adijif.utils
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "pyadi-jif"
-version = "0.1.4"
+version = "0.1.5"
description = "Python interface and configurator for ADI JESD Interface Framework"
9
authors = [{ name = "Travis F. Collins", email = "travis.collins@analog.com" }]
10
maintainers = [
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
-current_version = 0.1.4
+current_version = 0.1.5
commit = True
tag = True
0 commit comments