Skip to content

Commit

Permalink
Update version to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lewzylu authored and lewzylu committed Sep 6, 2017
1 parent de422c0 commit 28fa234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coscmd/cos_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def command_thread():
# parser_get_bucket_acl = sub_parser.add_parser("getbucketacl", help='coscmd getbucketacl [-h]')
# parser_get_bucket_acl.set_defaults(func=Op.get_bucket_acl)

parser.add_argument('-v', '--version', action='version', version='%(prog)s 1.7.3')
parser.add_argument('-v', '--version', action='version', version='%(prog)s 1.7.4')

args = parser.parse_args()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def long_description():

setup(
name='coscmd',
version='1.7.3',
version='1.7.4',
url='https://www.qcloud.com/',
license='MIT',
author='lewzylu',
Expand Down

0 comments on commit 28fa234

Please sign in to comment.