Skip to content

Commit e3a6174

Browse files
committed
Set current version as 0.1.0-beta
1 parent 308dcac commit e3a6174

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ HTTP arguments:
8888
--keep-alive Use persistent connection (default: True)
8989
--follow Follow 30x Location redirects (default: True)
9090
-ua, --user-agent USER_AGENT
91-
Use a custom User-Agent (default: WShell v0.1.0)
91+
Use a custom User-Agent (default: WShell v0.1.0-beta)
9292
-r, --random-agent Use a random valid browser User-Agent
9393
-j, --json Data items from the command line are serialized as a JSON object (default: False)
9494
-f, --form Data items from the command line are serialized as form fields

wshell/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
import os
66

7-
__version__ = '0.1.0'
7+
__version__ = '0.1.0-beta'
88

99
DATA_DIR = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'data')

0 commit comments

Comments
 (0)