Skip to content

Commit 6b73fa2

Browse files
v0.0.5
1 parent c79f868 commit 6b73fa2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,16 @@ It will swipe `right` for 20 times.
3535
* `-d, --direction` : Swipe Direction [ Default : right ]
3636
* `-m` : Manual Mode
3737

38+
```sh
39+
swipe -c 10 -d left
40+
```
41+
3842
### Manual Mode
3943

44+
```sh
45+
swipe -m
46+
```
47+
4048
- In manual mode you can `swipe` using your `keyboard`
4149
- `right ->` : Swipe right
4250
- `left <-` : Swipe left

dev_swiper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.0.4'
1+
__version__ = '0.0.5'
22
__author__ = 'Dipansh Khandelwal <dipanshkhandelwal@gmail.com>'
33
__all__ = []

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="dev_swiper",
8-
version="0.0.4",
8+
version="0.0.5",
99
author="Dipansh Khandelwal",
1010
author_email="dipanshkhandelwal@gmail.com",
1111
description="Stronger swiping game for devs",

0 commit comments

Comments
 (0)