8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75dadd2 + e73b8b6 commit 4728fb0Copy full SHA for 4728fb0
Makefile
@@ -6,7 +6,7 @@ venv:
6
install: venv
7
. venv/bin/activate; pip install . --use-mirrors
8
9
-test-install:
+test-install: install
10
. venv/bin/activate; pip install -r tests/requirements.txt
11
12
analysis:
twilio/version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = ('3', '6', '8')
+__version_info__ = ('3', '6', '9')
2
__version__ = '.'.join(__version_info__)
0 commit comments