Skip to content

Commit dfa2418

Browse files
committed
Bump version: 0.1.4 -> 0.1.5
1 parent 32199d0 commit dfa2418

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

adijif/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__author__ = """Analog Devices, Inc."""
44
__email__ = "travis.collins@analog.com"
5-
__version__ = "0.1.4"
5+
__version__ = "0.1.5"
66

77
import adijif.solvers
88
import adijif.utils

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyadi-jif"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "Python interface and configurator for ADI JESD Interface Framework"
99
authors = [{ name = "Travis F. Collins", email = "travis.collins@analog.com" }]
1010
maintainers = [

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.4
2+
current_version = 0.1.5
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)