From b12ee6f6a6614f988d15b92f27b41af6ed796484 Mon Sep 17 00:00:00 2001 From: Yuka Ikarashi Date: Wed, 28 Aug 2024 13:09:57 -0400 Subject: [PATCH] Release v0.2.1 (#697) --- CITATION.cff | 4 ++-- src/exo/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",