Skip to content

Commit 503e24e

Browse files
committed
bump version
1 parent 51bdc53 commit 503e24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
__title__ = 'lambda-git'
77
__description__ = 'A package to install git in AWS Lambda.'
88
__url__ = 'https://github.com/eredi93/lambda-git'
9-
__version__ = '0.1.0'
9+
__version__ = '0.1.1'
1010
__author__ = 'Jacopo Scrinzi'
1111
__author_email__ = 'scrinzi.jacopo@gmail.com'
1212
__license__ = 'MIT'

0 commit comments

Comments
 (0)