We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04c69a commit e8b876cCopy full SHA for e8b876c
2 files changed
PacletInfo.m
@@ -1,6 +1,6 @@
1
Paclet[
2
Name -> "WolframClientForPython",
3
- Version -> "1.1.8",
+ Version -> "1.1.9",
4
MathematicaVersion -> "12.3+",
5
Loading -> Automatic,
6
Extensions -> {}
wolframclient/about.py
@@ -2,6 +2,6 @@
__name__ = "wolframclient"
__description__ = "A Python library with various tools to interact with the Wolfram Language and the Wolfram Cloud."
-__version__ = "1.1.8"
+__version__ = "1.1.9"
__author__ = "Wolfram Research"
7
__author_email__ = "support@wolfram.com, dorianb@wolfram.com, riccardod@wolfram.com"
0 commit comments