Skip to content

Commit e55545f

Browse files
authored
Set version to v6.4.0 (#2896)
1 parent 9e7e4d7 commit e55545f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

safe_transaction_service/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: FSL-1.1-MIT
2-
__version__ = "6.3.0"
2+
__version__ = "6.4.0"
33
__version_info__ = tuple(
44
int(num) if num.isdigit() else num
55
for num in __version__.replace("-", ".", 1).split(".")

0 commit comments

Comments
 (0)