Skip to content

Commit b12ee6f

Browse files
Release v0.2.1 (#697)
1 parent f278051 commit b12ee6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ license: MIT
2828
# These fields should point to the latest release and be updated as soon as a
2929
# new release is tagged.
3030
commit: 09e666ee0690797a6c56103b65f5d83abd79c60e
31-
version: 0.2.0
32-
date-released: 2024-06-24
31+
version: 0.2.1
32+
date-released: 2024-08-28
3333

3434
# This is the citation for the PLDI 2022 paper.
3535
preferred-citation:

src/exo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from . import stdlib
1616

17-
__version__ = "0.2.0"
17+
__version__ = "0.2.1"
1818

1919
__all__ = [
2020
"Procedure",

0 commit comments

Comments
 (0)