diff --git a/setup.py b/setup.py index 51b6276..bd45d34 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ # ------ Hugo build configuration and constants ------------------------------------ -HUGO_VERSION = "0.133.0" +HUGO_VERSION = "0.133.1" # The Go toolchain will download the tarball into the hugo_cache/ directory. # We will point the build command to that location to build Hugo from source HUGO_CACHE_DIR = "hugo_cache"