Skip to content

Commit

Permalink
Update release to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeacom committed Jan 5, 2023
1 parent 9d305c6 commit 804669f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2.4"
MY_VERSION = "0.3.0"

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.rst
Labels: ['stable']
HomePageUrl: https://github.com/awslabs/aws-config-rdklib
SemanticVersion: 0.2.4
SemanticVersion: 0.3.0
SourceCodeUrl: https://github.com/awslabs/aws-config-rdklib

Description: >
Expand Down

0 comments on commit 804669f

Please sign in to comment.