summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorEnrique Sanchez Cardoso <enrique.sanchezcardoso@canonical.com>2026-06-30 15:00:55 +0200
committerEnrique Sanchez Cardoso <enrique.sanchezcardoso@canonical.com>2026-06-30 15:01:52 +0200
commitb41d7b1dd3d17e4137c1558eca401aeb351af907 (patch)
tree34b8323e474ec8a525f85dfffc8a25a50cbe664a /setup.py
parentc78e8d4df13fd92d7f8a7d704c3648380a701d2e (diff)
Release 0.2.0.HEAD0.2.0main
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 813722c..4a9f274 100755
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ with open(os.path.join(os.path.dirname(__file__), "README")) as f:
setup(
name="oops",
- version="0.1.0",
+ version="0.2.0",
description="OOPS report model and default allocation/[de]serialization.",
long_description=description,
long_description_content_type="text/x-rst",