We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308dcac commit e3a6174Copy full SHA for e3a6174
2 files changed
README.md
@@ -88,7 +88,7 @@ HTTP arguments:
88
--keep-alive Use persistent connection (default: True)
89
--follow Follow 30x Location redirects (default: True)
90
-ua, --user-agent USER_AGENT
91
- Use a custom User-Agent (default: WShell v0.1.0)
+ Use a custom User-Agent (default: WShell v0.1.0-beta)
92
-r, --random-agent Use a random valid browser User-Agent
93
-j, --json Data items from the command line are serialized as a JSON object (default: False)
94
-f, --form Data items from the command line are serialized as form fields
wshell/__init__.py
@@ -4,6 +4,6 @@
4
5
import os
6
7
-__version__ = '0.1.0'
+__version__ = '0.1.0-beta'
8
9
DATA_DIR = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'data')
0 commit comments