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 f278051 commit b12ee6fCopy full SHA for b12ee6f
CITATION.cff
@@ -28,8 +28,8 @@ 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.2.0
32
-date-released: 2024-06-24
+version: 0.2.1
+date-released: 2024-08-28
33
34
# This is the citation for the PLDI 2022 paper.
35
preferred-citation:
src/exo/__init__.py
@@ -14,7 +14,7 @@
14
15
from . import stdlib
16
17
-__version__ = "0.2.0"
+__version__ = "0.2.1"
18
19
__all__ = [
20
"Procedure",
0 commit comments