We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd168b commit f8af5eaCopy full SHA for f8af5ea
CITATION.cff
@@ -28,7 +28,7 @@ license: MIT
28
# These fields should point to the latest release and be updated as soon as a
29
# new release is tagged.
30
commit: 09e666ee0690797a6c56103b65f5d83abd79c60e
31
-version: 0.1.3
+version: 0.2.0
32
date-released: 2024-06-24
33
34
# This is the citation for the PLDI 2022 paper.
src/exo/__init__.py
@@ -15,7 +15,7 @@
15
16
from . import stdlib
17
18
-__version__ = "0.1.3"
+__version__ = "0.2.0"
19
20
__all__ = [
21
"Procedure",
0 commit comments