From bd0a1ec9b5d579a1ceebe7929f728f47f63e26e3 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 21 Jun 2016 11:11:16 -0400 Subject: Update pyqtgraph to latest "develop" build; with inline retag --- pyqtgraph/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyqtgraph/build.sh') 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 -- cgit