Skip to content
This repository was archived by the owner on Sep 8, 2023. It is now read-only.

Commit 559a16e

Browse files
committed
MarkLogic Python API version 0.0.14 released
1 parent 9ac799d commit 559a16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

marklogic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from marklogic.models.server import OdbcServer, XdbcServer
3737
from marklogic.exceptions import InvalidAPIRequest, UnexpectedManagementAPIResponse
3838

39-
__version__ = "0.0.13"
39+
__version__ = "0.0.14"
4040

4141
class MarkLogic:
4242
"""

0 commit comments

Comments
 (0)