diff --git a/CITATION.cff b/CITATION.cff index cebdd7c6..62b2cf70 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 e335f72d..95fe0c05 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",