Skip to content

Commit 57f3f26

Browse files
iakov-awsIakov Gan
andauthored
bump version (#456)
Co-authored-by: Iakov Gan <[email protected]>
1 parent 89f817c commit 57f3f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cfn-templates/cid-cfn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Parameters:
128128
CidVersion:
129129
Type: String
130130
MinLength: 5
131-
Default: 0.2.9
131+
Default: 0.2.10
132132
Description: A version of CID package
133133
Suffix:
134134
Type: String

cid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '0.2.9'
2+
__version__ = '0.2.10'

0 commit comments

Comments
 (0)