Skip to content

Commit

Permalink
change: version (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakoyasu authored Jan 13, 2018
1 parent fedcee0 commit 9d35cd8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ jobs:
provider: script
script: twine upload dist/*
skip_cleanup: true
on:
tags: true
2 changes: 1 addition & 1 deletion aws_paramstore_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import boto3

__version__ = '0.0.2'
__version__ = '0.0.3'


def main():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.0.2', # Required
version='0.0.3', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down

0 comments on commit 9d35cd8

Please sign in to comment.