Skip to content

Commit

Permalink
0.3.6 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorrissirromb committed Jan 18, 2024
1 parent e236e27 commit 5f7943c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
[tool.poetry]
name = "rdklib"
version = "0.3.5"
version = "0.3.6"
description = "Rule Development Kit Library for AWS Config"
authors = [
"AWS RDK Maintainers <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion rdklib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

MY_VERSION = "0.3.5"
MY_VERSION = "0.3.6"

from .configrule import ConfigRule, MissingTriggerHandlerError
from .evaluator import Evaluator
Expand Down
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Metadata:
ReadmeUrl: README.md
Labels: ["stable"]
HomePageUrl: https://github.com/awslabs/aws-config-rdklib
SemanticVersion: 0.3.5
SemanticVersion: 0.3.6
SourceCodeUrl: https://github.com/awslabs/aws-config-rdklib

Description: >
Expand Down

0 comments on commit 5f7943c

Please sign in to comment.