Skip to content

Commit 50ddcd3

Browse files
updated version to 0.1.9
1 parent 45b661b commit 50ddcd3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
setup(
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=[

venus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__version__ = "0.1.8"
3+
__version__ = "0.1.9"
44

55
dir_path_to_conf = os.path.join(os.path.expanduser('~'), '.config/venus')
66

0 commit comments

Comments
 (0)