Skip to content

Commit

Permalink
v0.1.2 release (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamaguchi1024 committed Jun 5, 2024
1 parent bcf7d7b commit d8c30f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1
date-released: 2022-02-28
version: 0.1.2
date-released: 2024-06-05

# This is the citation for the PLDI 2022 paper.
preferred-citation:
Expand Down
2 changes: 1 addition & 1 deletion src/exo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from . import stdlib

__version__ = "0.1.1"
__version__ = "0.1.2"

__all__ = [
"Procedure",
Expand Down

0 comments on commit d8c30f3

Please sign in to comment.