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):