Skip to content

Commit 50c1ad9

Browse files
committed
changed version
1 parent 5d89434 commit 50c1ad9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/python_bladerf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class PythonBladerfRecipe(CythonRecipe):
1212
depends = ('python3', 'setuptools', 'numpy', 'pyjnius', 'libbladerf')
1313
site_packages_name = 'python_bladerf'
1414
name = 'python_bladerf'
15-
version = '1.2.0'
15+
version = '1.3.0'
1616

1717
def get_recipe_env(self, arch: Arch) -> dict:
1818
env = super().get_recipe_env(arch)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python_bladerf"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
authors = [
55
{name="Leonid Gvozdev", email="[email protected]"},
66
]

python_bladerf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.2.0'
1+
__version__ = '1.3.0'
22

33
from python_bladerf.pylibbladerf import pybladerf # noqa F401
44
from python_bladerf.pybladerf_tools import ( # noqa F401

0 commit comments

Comments
 (0)