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.10 '
1+ __version__ = '0.0.11 '
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.10 "
35+ VERSION = "0.0.11 "
36363737LICENSE = "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.10 .tar.gz" % URL
48+ DOWNLOAD_URL = "%s/archive/0.0.11 .tar.gz" % URL
4949FILES = ["README.rst" , "CHANGELOG.rst" ]
5050KEYWORDS = [
5151 "python" ,
8080PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
8181HERE = os .path .abspath (os .path .dirname (__file__ ))
8282
83- GS_COMMAND = ("gease gease v0.0.10 " +
84- "Find 0.0.10 in changelog for more details" )
83+ GS_COMMAND = ("gease gease v0.0.11 " +
84+ "Find 0.0.11 in changelog for more details" )
8585NO_GS_MESSAGE = ("Automatic github release is disabled. " +
8686 "Please install gease to enable it." )
8787UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments