Skip to content

Commit 9d35cd8

Browse files
authored
change: version (#5)
1 parent fedcee0 commit 9d35cd8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
provider: script
2828
script: twine upload dist/*
2929
skip_cleanup: true
30+
on:
31+
tags: true

aws_paramstore_py/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import boto3
55

6-
__version__ = '0.0.2'
6+
__version__ = '0.0.3'
77

88

99
def main():

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# For a discussion on single-sourcing the version across setup.py and the
2929
# project code, see
3030
# https://packaging.python.org/en/latest/single_source_version.html
31-
version='0.0.2', # Required
31+
version='0.0.3', # Required
3232

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

0 commit comments

Comments
 (0)