summaryrefslogtreecommitdiff
path: root/pyqtgraph/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-06-21 11:20:22 -0400
committerGitHub <noreply@github.com>2016-06-21 11:20:22 -0400
commitc1795653e42b586e27a05d4abbce559b49960f18 (patch)
tree81de7a35b2b1f959ccdf447f9fd59ae550e269bc /pyqtgraph/build.sh
parentd01ed62ef230eeaa662b31643df0269dd472ce42 (diff)
parentbd0a1ec9b5d579a1ceebe7929f728f47f63e26e3 (diff)
downloadastroconda-contrib-c1795653e42b586e27a05d4abbce559b49960f18.tar.gz
Merge pull request #14 from jhunkeler/update-pyqtgraph
Update pyqtgraph to latest "develop" build; with inline retag
Diffstat (limited to 'pyqtgraph/build.sh')
-rw-r--r--pyqtgraph/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyqtgraph/build.sh b/pyqtgraph/build.sh
index 4b71885..ba551f7 100644
--- a/pyqtgraph/build.sh
+++ b/pyqtgraph/build.sh
@@ -1,2 +1,2 @@
-
-python setup.py install || exit 1 \ No newline at end of file
+git tag -a 0.9.11.dev -m 'Fake update to 0.9.11'
+python setup.py install || exit 1