Skip to content

Commit

Permalink
version: Bump version to 2.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Esteve <aesteve@redhat.com>
  • Loading branch information
aesteve-rh committed Mar 30, 2023
1 parent 83401ef commit 25318b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovirt_imageio/_internal/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: Red Hat, Inc.
# SPDX-License-Identifier: GPL-2.0-or-later

string = "2.5.0"
string = "2.5.1"

if __name__ == "__main__":
print(string)

0 comments on commit 25318b9

Please sign in to comment.