Skip to content

Commit 6eadcf2

Browse files
authored
bump version (#622)
1 parent c9b0e1d commit 6eadcf2

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
@@ -143,7 +143,7 @@ Parameters:
143143
CidVersion:
144144
Type: String
145145
MinLength: 5
146-
Default: 0.2.25
146+
Default: 0.2.26
147147
Description: A version of CID package
148148
Suffix:
149149
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.25'
2+
__version__ = '0.2.26'

0 commit comments

Comments
 (0)