diff --git a/setup.cfg b/setup.cfg index a1aaca9..e5e52e4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1 commit = True tag = True diff --git a/stix2/version.py b/stix2/version.py index 6849410..a82b376 100644 --- a/stix2/version.py +++ b/stix2/version.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "1.1.1"