diff options
Diffstat (limited to 'pyqtgraph/build.sh')
-rw-r--r-- | pyqtgraph/build.sh | 4 |
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 |