We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec6557 commit 6785b3fCopy full SHA for 6785b3f
docs/conf.py
@@ -23,7 +23,7 @@
23
author = "Jan Range, Dr. Frank Bergmann, Prof. Dr. Johann Rohwer"
24
25
# The full version, including alpha/beta/rc tags
26
-release = "1.2.3"
+release = "1.1.3"
27
28
29
# -- General configuration ---------------------------------------------------
docs/index.rst
@@ -47,6 +47,9 @@ options.
47
# REST API
48
python -m pip install "pyenzyme[rest]"
49
50
+ # Dataverse
51
+ python -m pip install "pyenzyme[dataverse]"
52
+
53
# Complete
54
python -m pip install "pyenzyme[all]"
55
0 commit comments