Skip to content

Commit 00a5168

Browse files
committed
🥚 🎡 release 0.0.1
1 parent 306c1e8 commit 00a5168

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ snapshot-selenium
1616
Installation
1717
================================================================================
1818

19-
You can get it:
19+
20+
You can install snapshot-selenium via pip:
21+
22+
.. code-block:: bash
23+
24+
$ pip install snapshot-selenium
25+
26+
27+
or clone it and install it:
2028

2129
.. code-block:: bash
2230

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'Render echarts using selenium'
2222
)
2323
URL = 'https://github.com/pyecharts/snapshot-selenium'
24-
DOWNLOAD_URL = '%s/archive/0.0.0.tar.gz' % URL
24+
DOWNLOAD_URL = '%s/archive/0.0.1.tar.gz' % URL
2525
FILES = ['README.rst', 'CHANGELOG.rst']
2626
KEYWORDS = [
2727
'python',
@@ -49,8 +49,8 @@
4949
# You do not need to read beyond this line
5050
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
5151
sys.executable)
52-
GS_COMMAND = ('gs snapshot-selenium v0.0.0 ' +
53-
"Find 0.0.0 in changelog for more details")
52+
GS_COMMAND = ('gs snapshot-selenium v0.0.1 ' +
53+
"Find 0.0.1 in changelog for more details")
5454
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
5555
'Please install gease to enable it.')
5656
UPLOAD_FAILED_MSG = (

snapshot-selenium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ contact: "[email protected]"
55
company: "pyecharts dev team"
66
version: "0.0.1"
77
current_version: "0.0.1"
8-
release: "0.0.0"
8+
release: "0.0.1"
99
copyright_year: 2019
1010
license: MIT
1111
dependencies: []

snapshot_selenium/snapshot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# coding=utf-8
21
import time
3-
import sys
42
import os
53

64
from selenium import webdriver

0 commit comments

Comments
 (0)