We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa8ba0 commit 879a9f0Copy full SHA for 879a9f0
venus/__init__.py
@@ -1,6 +1,6 @@
1
import os
2
3
-__version__ = '1.0.1'
+__version__ = '1.0.2'
4
__config__ = '[SETTINGS]\nSEARCH_TERMS =\nOUTPUT_PATH =\nWAIT_TIME ='
5
6
dir_path_to_conf = os.path.join(os.path.expanduser('~'), '.config/venus')
0 commit comments