Skip to content

Commit

Permalink
Merge pull request #106 from lean-dojo/dev
Browse files Browse the repository at this point in the history
bump
  • Loading branch information
Kaiyu Yang authored Dec 3, 2023
2 parents 46462d0 + 602ac38 commit 99da657
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.4.2-rc"
version = "1.4.2"
authors = [
{ name="Kaiyu Yang", email="[email protected]" },
]
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 @@ -15,7 +15,7 @@

load_dotenv()

__version__ = "1.4.2-rc"
__version__ = "1.4.2"

logger.remove()
if "VERBOSE" in os.environ or "DEBUG" in os.environ:
Expand Down

0 comments on commit 99da657

Please sign in to comment.