Skip to content

Commit 70f884a

Browse files
updated version to 1.0.3
1 parent a6e8583 commit 70f884a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To limit the number of files stored locally and prevent filling your disk, set t
107107
CACHE_ITEMS = 10
108108
```
109109

110-
Current Version 1.0.2 - verified working on
110+
Current Version 1.0.3 - verified working on
111111
-----------------
112112
- [x] Feh 2.28
113113
- [x] Gnome 3.28

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__ = '1.0.2'
3+
__version__ = '1.0.3'
44
__config__ = '[SETTINGS]\nSEARCH_TERMS =\nOUTPUT_PATH =\nWAIT_TIME ='
55

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

0 commit comments

Comments
 (0)