Skip to content

Commit

Permalink
Update _latest_version to 0.982
Browse files Browse the repository at this point in the history
I've been using PyWaveSurfer with data generated from WaveSurfer v0.982 for over a year now, and have not run into any issues.
  • Loading branch information
ralbso committed Oct 24, 2022
1 parent dc15d74 commit 37b9b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywavesurfer/ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from packaging.specifiers import SpecifierSet

# the latest version pywavesurfer was tested against
_latest_version = 0.97
_latest_version = 0.982
_over_version_1 = SpecifierSet(">=1.0")

# from pywavesurfer.ws import * will only import loadDataFile
Expand Down

0 comments on commit 37b9b38

Please sign in to comment.