Skip to content

Commit f8af5ea

Browse files
Bump version number (#668)
1 parent ffd168b commit f8af5ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ license: MIT
2828
# These fields should point to the latest release and be updated as soon as a
2929
# new release is tagged.
3030
commit: 09e666ee0690797a6c56103b65f5d83abd79c60e
31-
version: 0.1.3
31+
version: 0.2.0
3232
date-released: 2024-06-24
3333

3434
# This is the citation for the PLDI 2022 paper.

src/exo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
from . import stdlib
1717

18-
__version__ = "0.1.3"
18+
__version__ = "0.2.0"
1919

2020
__all__ = [
2121
"Procedure",

0 commit comments

Comments
 (0)