Skip to content

Commit 4de1bcf

Browse files
authored
upgrade to 1.4.0 (#114)
1 parent 6c6f12a commit 4de1bcf

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ pytest
6464

6565
# Examples
6666

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-
7567
```python
7668
import sox
7769
# create transformer

sox/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"""Version info"""
44

55
short_version = '1.4'
6-
version = '1.4.0b0'
6+
version = '1.4.0'

0 commit comments

Comments
 (0)