diff --git a/deploy-sam-template.sh b/deploy-sam-template.sh index 16d2301..8fb7c7d 100755 --- a/deploy-sam-template.sh +++ b/deploy-sam-template.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -SHELVERY_VERSION=0.9.8 +SHELVERY_VERSION=0.9.9 # set DOCKERUSERID to current user. could be changed with -u uid DOCKERUSERID="-u $(id -u)" diff --git a/setup.py b/setup.py index 0f3446e..a136e65 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -setup(name='shelvery', version='0.9.8', author='Base2Services R&D', +setup(name='shelvery', version='0.9.9', author='Base2Services R&D', author_email='itsupport@base2services.com', url='http://github.com/base2Services/shelvery-aws-backups', classifiers=[ diff --git a/shelvery/__init__.py b/shelvery/__init__.py index b469c8e..69d3820 100644 --- a/shelvery/__init__.py +++ b/shelvery/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.9.8' +__version__ = '0.9.9' LAMBDA_WAIT_ITERATION = 'lambda_wait_iteration' S3_DATA_PREFIX = 'backups' SHELVERY_DO_BACKUP_TAGS = ['True', 'true', '1', 'TRUE'] diff --git a/template.yaml b/template.yaml index 315c038..9151324 100644 --- a/template.yaml +++ b/template.yaml @@ -118,7 +118,7 @@ Resources: Tags: Name: Shelvery CreatedBy: Shelvery - ShelveryVersion: 0.9.8 + ShelveryVersion: 0.9.9 Environment: Variables: