Skip to content

Commit dc5e698

Browse files
committed
Merge branch 'dev' of https://github.com/moremoban/gease into dev
2 parents 8290b32 + 02c2241 commit dc5e698

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gease/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
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'

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
NAME = "gease"
3434
AUTHOR = "C. W."
35-
VERSION = "0.0.10"
35+
VERSION = "0.0.11"
3636
3737
LICENSE = "MIT"
3838
ENTRY_POINTS = {
@@ -45,7 +45,7 @@
4545
"simply makes a git release using github api v3"
4646
)
4747
URL = "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
4949
FILES = ["README.rst", "CHANGELOG.rst"]
5050
KEYWORDS = [
5151
"python",
@@ -80,8 +80,8 @@
8080
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
8181
HERE = 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")
8585
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
8686
"Please install gease to enable it.")
8787
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)