diff --git a/README.md b/README.md index 17010b0..b24f4c9 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Staying away from `eval` and `exec` should keep you safe in most scenarios, but ## History -### v0.4.1 +### v0.4.2 * Added support for injecting Python variables in Markdown mode. diff --git a/setup.py b/setup.py index b84e3ab..3427ffa 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # TODO: Update version whenever changes -VERSION = '0.4.0' +VERSION = '0.4.2' def get_install_requirements():