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.
1 parent 6c6f12a commit 4de1bcfCopy full SHA for 4de1bcf
README.md
@@ -64,14 +64,6 @@ pytest
64
65
# Examples
66
67
-**Warning: These examples use the most recent pre-release of pysox (1.4.0b0). You can install it with:**
68
-
69
70
-```pip install sox --pre```
71
72
73
-**For examples and documentation for other versions, see the [Documentation](http://pysox.readthedocs.org).**
74
75
```python
76
import sox
77
# create transformer
sox/version.py
@@ -3,4 +3,4 @@
3
"""Version info"""
4
5
short_version = '1.4'
6
-version = '1.4.0b0'
+version = '1.4.0'
0 commit comments