Skip to content

Commit

Permalink
upgrade to 1.4.0 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabitt authored Jul 23, 2020
1 parent 6c6f12a commit 4de1bcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ pytest

# Examples

**Warning: These examples use the most recent pre-release of pysox (1.4.0b0). You can install it with:**


```pip install sox --pre```


**For examples and documentation for other versions, see the [Documentation](http://pysox.readthedocs.org).**

```python
import sox
# create transformer
Expand Down
2 changes: 1 addition & 1 deletion sox/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""Version info"""

short_version = '1.4'
version = '1.4.0b0'
version = '1.4.0'

0 comments on commit 4de1bcf

Please sign in to comment.