From 2372d0c59969d2421ccf59f427697e500fe55b36 Mon Sep 17 00:00:00 2001 From: Yuka Ikarashi Date: Tue, 5 Nov 2024 16:03:24 -0500 Subject: [PATCH] Release version 1.0.0 (#738) --- CITATION.cff | 4 ++-- src/exo/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index cebdd7c66..62b2cf70a 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.1 -date-released: 2024-08-28 +version: 1.0.0 +date-released: 2024-11-05 # This is the citation for the PLDI 2022 paper. preferred-citation: diff --git a/src/exo/__init__.py b/src/exo/__init__.py index e335f72da..95fe0c050 100644 --- a/src/exo/__init__.py +++ b/src/exo/__init__.py @@ -15,7 +15,7 @@ from . import stdlib -__version__ = "0.2.1" +__version__ = "1.0.0" __all__ = [ "Procedure",