Skip to content

Commit

Permalink
Merge pull request #163 from ralbso/master
Browse files Browse the repository at this point in the history
Update _latest_version to 0.982
  • Loading branch information
adamltaylor committed Oct 25, 2022
2 parents dc15d74 + 37b9b38 commit 2ce6c7d
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 2ce6c7d

Please sign in to comment.