Update version to 2.0.0

This commit is contained in:
Michal Krenek (Mikos) 2017-03-17 15:03:07 +01:00
parent e0f7202ff9
commit b8666417b0
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Maintainer: Michal Krenek (Mikos) <m.krenek@gmail.com> # Maintainer: Michal Krenek (Mikos) <m.krenek@gmail.com>
pkgname=qspectrumanalyzer pkgname=qspectrumanalyzer
pkgver=1.6.0 pkgver=2.0.0
pkgrel=1 pkgrel=1
pkgdesc="Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for soapy_power, rx_power, rtl_power, hackrf_sweep and other backends)" pkgdesc="Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for soapy_power, rx_power, rtl_power, hackrf_sweep and other backends)"
arch=('any') arch=('any')

View File

@ -1 +1 @@
__version__ = "1.6.0" __version__ = "2.0.0"

View File

@ -30,8 +30,8 @@ setup(
], ],
}, },
install_requires=[ install_requires=[
"soapy_power", "soapy_power>=1.3.0",
"pyqtgraph", "pyqtgraph>=0.10.0",
"Qt.py" "Qt.py"
], ],
classifiers=[ classifiers=[