Skip to content

Commit

Permalink
Update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xmikos committed Mar 17, 2017
1 parent e0f7202 commit b866641
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Michal Krenek (Mikos) <[email protected]>
pkgname=qspectrumanalyzer
pkgver=1.6.0
pkgver=2.0.0
pkgrel=1
pkgdesc="Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for soapy_power, rx_power, rtl_power, hackrf_sweep and other backends)"
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion qspectrumanalyzer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.0"
__version__ = "2.0.0"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
],
},
install_requires=[
"soapy_power",
"pyqtgraph",
"soapy_power>=1.3.0",
"pyqtgraph>=0.10.0",
"Qt.py"
],
classifiers=[
Expand Down

0 comments on commit b866641

Please sign in to comment.