Skip to content

Commit

Permalink
Bumps hamilton version from 1.82.0 to 1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Nov 6, 2024
1 parent dd5e387 commit 6367a45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hamilton/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = (1, 82, 0)
VERSION = (1, 83, 0)
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ docs = [
"diskcache",
# required for all the plugins
"dlt",
"furo",
# furo -- install from main for now until the next release is out:
"furo @ git+https://github.com/pradyunsg/furo@main",
"gitpython", # Required for parsing git info for generation of data-adapter docs
"grpcio-status",
"lightgbm",
Expand Down

0 comments on commit 6367a45

Please sign in to comment.