File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- __version__ = '0.0.6 '
1+ __version__ = '0.0.7 '
22__author__ = 'C. W.'
33__description__ = 'simply makes a git release using github api v3'
Original file line number Diff line number Diff line change 3232
3333NAME = "gease"
3434AUTHOR = "C. W."
35- VERSION = "0.0.6 "
35+ VERSION = "0.0.7 "
3636EMAIL = "wangc_2011@hotmail.com"
3737LICENSE = "MIT"
3838ENTRY_POINTS = {
4545 "simply makes a git release using github api v3"
4646)
4747URL = "https://github.com/moremoban/gease"
48- DOWNLOAD_URL = "%s/archive/0.0.6 .tar.gz" % URL
48+ DOWNLOAD_URL = "%s/archive/0.0.7 .tar.gz" % URL
4949FILES = ["README.rst" , "CHANGELOG.rst" ]
5050KEYWORDS = [
5151 "python" ,
7878}
7979# You do not need to read beyond this line
8080PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
81- GS_COMMAND = ("gs gease v0.0.6 " +
82- "Find 0.0.6 in changelog for more details" )
81+ GS_COMMAND = ("gs gease v0.0.7 " +
82+ "Find 0.0.7 in changelog for more details" )
8383NO_GS_MESSAGE = ("Automatic github release is disabled. " +
8484 "Please install gease to enable it." )
8585UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments