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 3b99137 commit 6dfc461Copy full SHA for 6dfc461
aiidalab_widgets_base/__init__.py
@@ -87,4 +87,4 @@
87
"viewer",
88
]
89
90
-__version__ = "1.4.1"
+__version__ = "1.4.2"
setup.cfg
@@ -65,7 +65,7 @@ exclude =
65
docs/
66
67
[bumpver]
68
-current_version = "v1.4.1"
+current_version = "v1.4.2"
69
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
70
commit_message = "Bump version {old_version} -> {new_version}"
71
commit = True
0 commit comments