diff --git a/setup.cfg b/setup.cfg index 9b91927..a1aaca9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4 +current_version = 1.1.0 commit = True tag = True @@ -10,3 +10,4 @@ license_file = LICENSE [bdist_wheel] universal = 1 + diff --git a/stix2/version.py b/stix2/version.py index 92192ee..6849410 100644 --- a/stix2/version.py +++ b/stix2/version.py @@ -1 +1 @@ -__version__ = "1.0.4" +__version__ = "1.1.0"