Skip to content

Commit 1152ff7

Browse files
authored
Fix version mismatch (#121)
In the last release, the version was not actually updated. It should be in the future since the bumper just added to bump the version. The version mismatch didn't break anything, because this package is not published anywhere, and is installed in aiidalab-docker-stack directly from the git repo based on the git version tag, which was correct. But if you try to identify the version in the current image, for example, the `mamba list` using the version tag from the file.
1 parent cfd23af commit 1152ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v22.01.0"
1+
__version__ = "v22.08.0"

0 commit comments

Comments
 (0)