Skip to content

Commit

Permalink
Update version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xmikos committed Apr 27, 2017
1 parent afa639b commit 9e74629
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Michal Krenek (Mikos) <[email protected]>
pkgname=simplesoapy
_pkgname=simplesoapy
pkgver=1.5.0
pkgver=1.5.1
pkgrel=1
pkgdesc="Simple pythonic wrapper for SoapySDR library"
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="SimpleSoapy",
version="1.5.0",
version="1.5.1",
description="Simple pythonic wrapper for SoapySDR library",
long_description=open("README.rst").read(),
author="Michal Krenek (Mikos)",
Expand Down
2 changes: 1 addition & 1 deletion simplesoapy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import SoapySDR
import numpy

__version__ = '1.5.0'
__version__ = '1.5.1'
logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 9e74629

Please sign in to comment.