From 5f0bb76d737e1357ff4d666221eba9d8a48ccb8a Mon Sep 17 00:00:00 2001 From: Arthur Zalevsky Date: Sun, 26 May 2024 18:44:22 -0700 Subject: [PATCH] Bump version from dev to 1.2 --- ihm_validation/report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihm_validation/report.py b/ihm_validation/report.py index 037a5d55..ce5fd2f2 100644 --- a/ihm_validation/report.py +++ b/ihm_validation/report.py @@ -24,7 +24,7 @@ import numpy as np from selenium import webdriver -REPORT_VERSION = '1.2-dev' +REPORT_VERSION = '1.2' class WriteReport(object): def __init__(self, mmcif_file, db, cache, nocache=False):