Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit d3dae07

Browse files
committed
promote version and dev status
1 parent 516a1a0 commit d3dae07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="sphinx-rego",
5-
version="0.1.6",
5+
version="0.2.0",
66
packages=find_packages(),
77
install_requires=[
88
"docutils"
@@ -14,7 +14,7 @@
1414
description="A sphinx extension that automatically documents Open Policy Agent Rego policies using the rego_metadoc property. Maintained by Zenity, learn more at https://zenity.io.",
1515
long_description="""A sphinx extension that automatically documents Open Policy Agent Rego policies using the rego_metadoc property.\nFor installation and usage details, see https://github.com/zenitysec/sphinx-rego.\nMaintained by Zenity, learn more at https://zenity.io.""",
1616
classifiers=[
17-
"Development Status :: 2 - Pre-Alpha",
17+
"Development Status :: 5 - Production/Stable",
1818
"Intended Audience :: Developers",
1919
"License :: OSI Approved :: MIT License",
2020
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)