Skip to content

Commit

Permalink
Bump version to 0.0.20
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Sep 5, 2024
1 parent 2259c79 commit e4b710f
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.19"
__version__ = "0.0.20"
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.19",
version="0.0.20",
author="Travis F. Collins",
author_email="[email protected]",
maintainer="Travis F. Collins",
Expand Down

0 comments on commit e4b710f

Please sign in to comment.