File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ WAIT_TIME = 60
8989
9090
9191
92- Current Verion 0.1.8 - verified working on
92+ Current Verion 0.1.9 - verified working on
9393 -----------------
9494 - [x] Arch Linux [ Feh 2.28]
9595 - [x] Ubuntu 18.04.1 LTS [ Gnome 3.28]
Original file line number Diff line number Diff line change 66
77setup (
88 name = 'venuspy' ,
9- version = '0.1.8 ' ,
9+ version = '0.1.9 ' ,
1010 author = "Alfredo Sequeida" ,
1111 description = 'A cross platform tool for setting a random wallpaper image from unsplash.com' ,
1212 long_description = long_description ,
1313 long_description_content_type = "text/markdown" ,
1414 url = 'https://github.com/AlfredoSequeida/venus' ,
15- download_url = 'https://github.com/AlfredoSequeida/venus/archive/0.1.8 .tar.gz' ,
15+ download_url = 'https://github.com/AlfredoSequeida/venus/archive/0.1.9 .tar.gz' ,
1616 keywords = 'wallpaper unsplash randomwallpaper' ,
1717 platforms = 'any' ,
1818 classifiers = [
Original file line number Diff line number Diff line change 11import os
22
3- __version__ = "0.1.8 "
3+ __version__ = "0.1.9 "
44
55dir_path_to_conf = os .path .join (os .path .expanduser ('~' ), '.config/venus' )
66
You can’t perform that action at this time.
0 commit comments