We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcac03 commit 3457dcbCopy full SHA for 3457dcb
setup.py
@@ -22,7 +22,7 @@ def read(*names, **kwargs):
22
23
setup(
24
name="py-tirith",
25
- version="1.0.0-beta.14",
+ version="1.0.0",
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.14"
+__version__ = "1.0.0"
6
__author__ = "StackGuardian"
7
__license__ = "Apache"
0 commit comments