Skip to content

Commit

Permalink
🥚 🎡 release 0.0.2, that won't need gease for the end user
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Oct 23, 2017
1 parent b405231 commit b747eb5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions brython-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ organisation: "chfw"
author: "C.W."
contact: "wangc_2011@hotmail.com"
company: "C.W."
version: "0.0.1"
current_version: "0.0.1"
release: "0.0.1"
version: "0.0.2"
current_version: "0.0.2"
release: "0.0.2"
copyright_year: 2017
command_line_interface: "bp"
entry_point: "brython_pack.main:main"
Expand Down
2 changes: 1 addition & 1 deletion brython_pack/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.0.1'
__version__ = '0.0.2'
__author__ = 'C.W.'
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

NAME = 'brython-pack'
AUTHOR = 'C.W.'
VERSION = '0.0.1'
VERSION = '0.0.2'
EMAIL = 'wangc_2011@hotmail.com'
LICENSE = 'MIT'
ENTRY_POINTS = {
Expand All @@ -22,7 +22,7 @@
''
)
URL = 'https://github.com/chfw/brython-pack'
DOWNLOAD_URL = '%s/archive/0.0.1.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.0.2.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'python'
Expand Down Expand Up @@ -51,8 +51,8 @@
# You do not need to read beyond this line
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
sys.executable)
GS_COMMAND = ('gs brython-pack v0.0.1 ' +
"Find 0.0.1 in changelog for more details")
GS_COMMAND = ('gs brython-pack v0.0.2 ' +
"Find 0.0.2 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = ('Upload failed. please run "%s" yourself.')
Expand Down

0 comments on commit b747eb5

Please sign in to comment.