We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc12e2 commit 7950789Copy full SHA for 7950789
setup.py
@@ -22,7 +22,7 @@ def read(*names, **kwargs):
22
23
setup(
24
name="py-tirith",
25
- version="1.0.0-beta.12",
+ version="1.0.0-beta.13",
26
license="Apache",
27
description="Tirith simplifies defining Policy as Code.",
28
long_description_content_type="text/markdown",
src/tirith/__init__.py
@@ -2,6 +2,6 @@
2
tirith: Execute policies defined using Tirith (StackGuardian Policy Framework)
3
"""
4
5
-__version__ = "1.0.0-beta.12"
+__version__ = "1.0.0-beta.13"
6
__author__ = "StackGuardian"
7
__license__ = "Apache"
0 commit comments