Skip to content

Commit

Permalink
Bump version to 0.0.16
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Dec 21, 2023
1 parent 7e31a64 commit 136c5cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest_libiio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""A pytest plugin for managing libiio contexts."""

__version__ = "0.0.15"
__version__ = "0.0.16"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read(fname):

setup(
name="pytest-libiio",
version="0.0.15",
version="0.0.16",
author="Travis F. Collins",
author_email="[email protected]",
maintainer="Travis F. Collins",
Expand Down

0 comments on commit 136c5cc

Please sign in to comment.