Skip to content

Commit 98c1f3a

Browse files
author
Jared Deiner
committed
Runtime(v1.0.6) + Tooling(v1.0.4) version bump
1 parent e656c33 commit 98c1f3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amazon-web-services-cloudformation/cloudformation-cli-typescript-lib",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "The CloudFormation Resource Provider Development Kit (RPDK) allows you to author your own resource providers that can be used by CloudFormation. This plugin library helps to provide runtime bindings for the execution of your providers by CloudFormation.",
55
"private": false,
66
"main": "dist/index.js",

python/rpdk/typescript/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import logging
22

3-
__version__ = "1.0.3"
3+
__version__ = "1.0.4"
44

55
logging.getLogger(__name__).addHandler(logging.NullHandler())

0 commit comments

Comments
 (0)