Skip to content

Commit 001562c

Browse files
committed
Bump version from 6.2.0 to 6.2.1
1 parent 633f886 commit 001562c

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.2.0"
2+
__version__ = "6.2.1"
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)