Skip to content

Commit 0eb72dc

Browse files
authored
fix: move to src dir to satisfy python build (#94)
* move to src dir to satisfy python build * v1.5.6
1 parent 43a73d4 commit 0eb72dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

waybar_crypto.py renamed to src/waybar_crypto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import configparser
99
import argparse
1010

11-
VERSION = "1.5.5"
11+
VERSION = "1.5.6"
1212

1313
API_URL = "https://pro-api.coinmarketcap.com/v1/cryptocurrency/quotes/latest"
1414
API_KEY_ENV = "COINMARKETCAP_API_KEY"

0 commit comments

Comments
 (0)