We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cff758 commit da869ddCopy full SHA for da869dd
aiidalab_widgets_base/__init__.py
@@ -85,4 +85,4 @@
85
"viewer",
86
]
87
88
-__version__ = "1.3.2"
+__version__ = "1.3.3"
setup.cfg
@@ -67,7 +67,7 @@ exclude =
67
docs/
68
69
[bumpver]
70
-current_version = "v1.3.2"
+current_version = "v1.3.3"
71
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
72
commit_message = "Bump version {old_version} -> {new_version}"
73
commit = True
0 commit comments