Skip to content

Commit

Permalink
Update the minor release version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrrodri committed Nov 22, 2018
1 parent 922e9ab commit af062cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/abraia
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def process_remove(path):

def parse_input():
parser = argparse.ArgumentParser(description='Abraia image optimization tool')
parser.add_argument('-V', '--version', action='version', version='0.3.3')
parser.add_argument('-V', '--version', action='version', version='0.3.4')
subparser = parser.add_subparsers(dest='command')
subparser.add_parser('configure', help='configure the access keys')
parser_optimize = subparser.add_parser('optimize', help='optimize an image or a directory of images')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='abraia',
version='0.3.3',
version='0.3.4',
description='Abraia Python SDK',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit af062cb

Please sign in to comment.