Skip to content

Commit

Permalink
🥚 release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Mar 9, 2018
1 parent c38ba73 commit 616bb9d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ Installation
================================================================================


You can install echarts-china-misc-pypkg via pip:

.. code-block:: bash
$ pip install echarts-china-misc-pypkg
or clone it and install it:

.. code-block:: bash
$ git clone https://github.com/chfw/echarts-china-misc-pypkg.git
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

project = u'echarts-china-misc-pypkg'
copyright = u'2018 pyecharts dev team'
version = '0.0.0'
version = '0.0.1'
release = '0.0.1'
exclude_patterns = []
pygments_style = 'sphinx'
Expand Down
2 changes: 1 addition & 1 deletion echarts-china-misc-pypkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ contact: "[email protected]"
company: "pyecharts dev team"
version: "0.0.1"
current_version: "0.0.1"
release: "0.0.0"
release: "0.0.1"
copyright_year: 2018
license: MIT. Maps comes from Baidu Inc.
nowheel: true
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'Packages custom China regions as python package'
)
URL = 'https://github.com/chfw/echarts-china-misc-pypkg'
DOWNLOAD_URL = '%s/archive/0.0.0.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.0.1.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'python'
Expand Down Expand Up @@ -59,8 +59,8 @@
# You do not need to read beyond this line
PUBLISH_COMMAND = '{0} setup.py sdist upload -r pypi'.format(
sys.executable)
GS_COMMAND = ('gs echarts-china-misc-pypkg v0.0.0 ' +
"Find 0.0.0 in changelog for more details")
GS_COMMAND = ('gs echarts-china-misc-pypkg v0.0.1 ' +
"Find 0.0.1 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (
Expand Down

0 comments on commit 616bb9d

Please sign in to comment.