diff --git a/setup.cfg b/setup.cfg index 4dc7a56..f95213d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = True diff --git a/stix2patterns/version.py b/stix2patterns/version.py index 3d18726..906d362 100644 --- a/stix2patterns/version.py +++ b/stix2patterns/version.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.6.0"