diff --git a/CITATION.cff b/CITATION.cff index a4f64e797..cebdd7c66 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -28,8 +28,8 @@ license: MIT # These fields should point to the latest release and be updated as soon as a # new release is tagged. commit: 09e666ee0690797a6c56103b65f5d83abd79c60e -version: 0.2.0 -date-released: 2024-06-24 +version: 0.2.1 +date-released: 2024-08-28 # This is the citation for the PLDI 2022 paper. preferred-citation: diff --git a/src/exo/__init__.py b/src/exo/__init__.py index 80cbbf15e..6eba4861b 100644 --- a/src/exo/__init__.py +++ b/src/exo/__init__.py @@ -14,7 +14,7 @@ from . import stdlib -__version__ = "0.2.0" +__version__ = "0.2.1" __all__ = [ "Procedure",