Skip to content

Commit 7950789

Browse files
authored
chore: bump version (#228)
1 parent cdc12e2 commit 7950789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(*names, **kwargs):
2222

2323
setup(
2424
name="py-tirith",
25-
version="1.0.0-beta.12",
25+
version="1.0.0-beta.13",
2626
license="Apache",
2727
description="Tirith simplifies defining Policy as Code.",
2828
long_description_content_type="text/markdown",

src/tirith/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
tirith: Execute policies defined using Tirith (StackGuardian Policy Framework)
33
"""
44

5-
__version__ = "1.0.0-beta.12"
5+
__version__ = "1.0.0-beta.13"
66
__author__ = "StackGuardian"
77
__license__ = "Apache"

0 commit comments

Comments
 (0)