diff --git a/setup.cfg b/setup.cfg index 4d49c291..89b5d30e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.21.0 +current_version = 0.21.1 commit = True tag = True diff --git a/src/dotenv/version.py b/src/dotenv/version.py index 6a726d85..76f24586 100644 --- a/src/dotenv/version.py +++ b/src/dotenv/version.py @@ -1 +1 @@ -__version__ = "0.21.0" +__version__ = "0.21.1"