Skip to content

Commit

Permalink
Fix version mismatch (#121)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
danielhollas authored Nov 24, 2022
1 parent cfd23af commit 1152ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v22.01.0"
__version__ = "v22.08.0"

0 comments on commit 1152ff7

Please sign in to comment.