Skip to content

Commit

Permalink
releasing 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiyu Yang committed Jul 6, 2023
1 parent 6fce7fe commit 0f17001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = [

[project]
name = "lean-dojo"
version = "1.1.1"
version = "1.1.2"
authors = [
{ name="Kaiyu Yang", email="kaiyuy@caltech.edu" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/lean_dojo/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pathlib import Path


__version__ = "1.1.1"
__version__ = "1.1.2"

CACHE_DIR = (
Path(os.environ["CACHE_DIR"])
Expand Down

0 comments on commit 0f17001

Please sign in to comment.