Skip to content

Commit

Permalink
bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Nov 8, 2015
1 parent f3b5949 commit c080250
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/acli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

def real_main():
args = docopt(__doc__,
version='0.1.8',
version='0.1.9',
options_first=True)
aws_config = Config(args)
argv = [args['<command>']] + args['<args>']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from setuptools.command.test import test as TestCommand
sys.path.insert(0, os.path.abspath('lib'))

version = "0.1.8"
version = "0.1.9"

if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
Expand Down

0 comments on commit c080250

Please sign in to comment.