diff --git a/docs/conf.py b/docs/conf.py index c2a040619..5b5f90199 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "6.4.1" +release = "6.4.2" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index a2aad866e..c2f2b0eea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = keylime -version = 6.4.1 +version = 6.4.2 description = TPM-based key bootstrapping and system integrity measurement system for cloud long_description= file: _pypi-notice.md, README.md long_description_content_type = text/markdown; charset=UTF-8