Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonIT committed Jan 25, 2020
1 parent 244da9b commit 2419fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ matrix:
# - pyinstaller SpotifyLyrics.pyw -F -w -i icon.ico --add-data "icon.png;."

before_script:
- export PYTHONPATH=$PYTHONPATH:$PWD
- export PYTHONPATH=$PYTHONPATH:$PWD:$PWD/spotify_lyric

script:
#- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then xvfb-run ./SpotifyLyrics.pyw; fi
Expand Down
2 changes: 1 addition & 1 deletion backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def check_version() -> bool:


def get_version() -> str:
version = "1.30"
version = "1.40"
return version


Expand Down

0 comments on commit 2419fb3

Please sign in to comment.