Skip to content

Commit

Permalink
[master] Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: 4thel00z <[email protected]>
  • Loading branch information
4thel00z committed Jun 3, 2021
1 parent 1d781f7 commit 6cd2ea3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hackrf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TODO: only use transfer->valid_length in callbacks
# TODO: make error messages more informative

__version__ = "0.1.0"
__version__ = "0.1.1"

from ctypes import *
import logging
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyhackrf"
version = "0.1.0"
version = "0.1.1"
description = "Python wrapper for the libhackrf library"
authors = ["4thel00z <[email protected]>"]
license = "GPL-3"
Expand Down

0 comments on commit 6cd2ea3

Please sign in to comment.