Skip to content

Commit f3aeff4

Browse files
committed
bump to v4.20.0
1 parent a599471 commit f3aeff4

5 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = "LeanDojo"
1414
copyright = "2023, LeanDojo Team"
1515
author = "Kaiyu Yang"
16-
release = "4.19.0"
16+
release = "4.20.0"
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

lean-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
leanprover/lean4:v4.20.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude = [
1212

1313
[project]
1414
name = "lean-dojo"
15-
version = "4.19.0"
15+
version = "4.20.0"
1616
authors = [
1717
{ name="Kaiyu Yang", email="kaiyuy@meta.com" },
1818
]

src/lean_dojo/constants.py

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

1515
load_dotenv()
1616

17-
__version__ = "4.19.0"
17+
__version__ = "4.20.0"
1818

1919
logger.remove()
2020
if "VERBOSE" in os.environ or "DEBUG" in os.environ:

src/lean_dojo/data_extraction/ExtractData.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ end Traversal
406406
open Traversal
407407

408408

409-
def getImports (header: Syntax) : IO String := do
409+
def getImports (header: TSyntax `Lean.Parser.Module.header) : IO String := do
410410
-- Similar to `lean --deps` in Lean 3.
411411
let mut s := ""
412412

0 commit comments

Comments
 (0)