Skip to content

Commit dbce75f

Browse files
committed
This is an auto-commit
1 parent 4611360 commit dbce75f

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.6'
1+
__version__ = '0.0.7'
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.6"
35+
VERSION = "0.0.7"
3636
EMAIL = "wangc_2011@hotmail.com"
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.6.tar.gz" % URL
48+
DOWNLOAD_URL = "%s/archive/0.0.7.tar.gz" % URL
4949
FILES = ["README.rst", "CHANGELOG.rst"]
5050
KEYWORDS = [
5151
"python",
@@ -78,8 +78,8 @@
7878
}
7979
# You do not need to read beyond this line
8080
PUBLISH_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")
8383
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
8484
"Please install gease to enable it.")
8585
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)