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 ddc6415 commit b225f00Copy full SHA for b225f00
aiidalab_widgets_base/__init__.py
@@ -85,4 +85,4 @@
85
"viewer",
86
]
87
88
-__version__ = "1.3.0"
+__version__ = "1.3.1"
setup.cfg
@@ -66,7 +66,7 @@ exclude =
66
docs/
67
68
[bumpver]
69
-current_version = "v1.3.0"
+current_version = "v1.3.1"
70
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
71
commit_message = "Bump version {old_version} -> {new_version}"
72
commit = True
0 commit comments