Skip to content

Commit

Permalink
Merge pull request #198 from lean-dojo/dev
Browse files Browse the repository at this point in the history
minor bugfix
  • Loading branch information
yangky11 authored Aug 15, 2024
2 parents ee58ed9 + dfb5f31 commit 9b19df9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
project = "LeanDojo"
copyright = "2023, LeanDojo Team"
author = "Kaiyu Yang"
release = "2.1.1"
release = "2.1.2"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = [

[project]
name = "lean-dojo"
version = "2.1.1"
version = "2.1.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 @@ -14,7 +14,7 @@

load_dotenv()

__version__ = "2.1.1"
__version__ = "2.1.2"

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

0 comments on commit 9b19df9

Please sign in to comment.