Skip to content

Commit dc4c6ee

Browse files
committed
update API compatibility to 5.0.2
1 parent 8e1e89b commit dc4c6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

irods/message/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def ET(xml_type=(), server_version=None):
181181

182182
logger = logging.getLogger(__name__)
183183

184-
IRODS_VERSION = (5, 0, 1, "d")
184+
IRODS_VERSION = (5, 0, 2, "d")
185185

186186
UNICODE = str
187187

0 commit comments

Comments
 (0)