Skip to content

Commit

Permalink
Update version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xmikos committed Apr 26, 2017
1 parent dcd2ca8 commit 46fe541
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.4.1
pkgver=1.5.0
pkgrel=1
pkgdesc="Simple pythonic wrapper for SoapySDR library"
arch=('any')
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

setup(
name="SimpleSoapy",
version="1.4.1",
version="1.5.0",
description="Simple pythonic wrapper for SoapySDR library",
long_description=open('README.rst').read(),
long_description=open("README.rst").read(),
author="Michal Krenek (Mikos)",
author_email="[email protected]",
url="https://github.com/xmikos/simplesoapy",
license="MIT",
py_modules=["simplesoapy"],
install_requires=[
'numpy',
"numpy",
],
classifiers=[
"Development Status :: 4 - Beta",
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.4.1'
__version__ = '1.5.0'
logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 46fe541

Please sign in to comment.