Skip to content

Commit 6ad6cde

Browse files
committed
increment plotmodel version
1 parent ca2eab5 commit 6ad6cde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmc_plotter/plotmodel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
ID, NAME, COLOR, COLORLABEL, MASK, HIGHLIGHT = tuple(range(0, 6))
2020

21-
__VERSION__ = "0.2.1"
21+
__VERSION__ = "0.2.2"
2222

2323
_VOID_REGION = -1
2424
_NOT_FOUND = -2

0 commit comments

Comments
 (0)