diff --git a/setup.cfg b/setup.cfg index a4771219..ab9c69db 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.0 +current_version = 2.1.1 commit = True tag = True diff --git a/stix2elevator/version.py b/stix2elevator/version.py index 9aa3f903..58039f50 100644 --- a/stix2elevator/version.py +++ b/stix2elevator/version.py @@ -1 +1 @@ -__version__ = "2.1.0" +__version__ = "2.1.1"