Skip to content

Commit

Permalink
Bump version from dev to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aozalevsky committed May 27, 2024
1 parent 69720c9 commit 5f0bb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ihm_validation/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 5f0bb76

Please sign in to comment.