Skip to content

Commit 3457dcb

Browse files
committed
Bump version
1 parent 5bcac03 commit 3457dcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
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.14",
25+
version="1.0.0",
2626
license="Apache",
2727
description="Tirith simplifies defining Policy as Code.",
2828
long_description_content_type="text/markdown",

src/tirith/__init__.py

+1-1
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.14"
5+
__version__ = "1.0.0"
66
__author__ = "StackGuardian"
77
__license__ = "Apache"

0 commit comments

Comments
 (0)