Skip to content

Commit

Permalink
🥚 release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Feb 27, 2018
1 parent 263c6d3 commit e96113c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

project = u'echarts-china-cities-pypkg'
copyright = u'2018 pyecharts dev team'
version = '0.0.6'
release = '0.0.6'
version = '0.0.7'
release = '0.0.7'
exclude_patterns = []
pygments_style = 'sphinx'
html_theme = 'default'
Expand Down
6 changes: 3 additions & 3 deletions echarts-china-cities-pypkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ organisation: "pyecharts"
author: "C.W."
contact: "[email protected]"
company: "pyecharts dev team"
version: "0.0.6"
current_version: "0.0.6"
release: "0.0.6"
version: "0.0.7"
current_version: "0.0.7"
release: "0.0.7"
copyright_year: 2018
license: MIT
nowheel: true
Expand Down
2 changes: 1 addition & 1 deletion echarts_china_cities_pypkg/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.0.6'
__version__ = '0.0.7'
__author__ = 'C.W.'
2 changes: 1 addition & 1 deletion echarts_china_cities_pypkg/resources
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

NAME = 'echarts-china-cities-pypkg'
AUTHOR = 'C.W.'
VERSION = '0.0.6'
VERSION = '0.0.7'
EMAIL = '[email protected]'
LICENSE = 'MIT'
DESCRIPTION = (
'pyecharts map extension - china cities - python package'
)
URL = 'https://github.com/pyecharts/echarts-china-cities-pypkg'
DOWNLOAD_URL = '%s/archive/0.0.6.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.0.7.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'python'
Expand Down Expand Up @@ -60,8 +60,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-cities-pypkg v0.0.6 ' +
"Find 0.0.6 in changelog for more details")
GS_COMMAND = ('gs echarts-china-cities-pypkg v0.0.7 ' +
"Find 0.0.7 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 e96113c

Please sign in to comment.