From f9578313a011b14b046933e550a9d9273925c869 Mon Sep 17 00:00:00 2001 From: Michael Chisholm Date: Fri, 21 Jun 2019 13:20:37 -0400 Subject: [PATCH] Change stix2.DEFAULT_VERSION to "2.1" on the stix2.1 branch. --- stix2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix2/__init__.py b/stix2/__init__.py index 3bedec8..cc7d780 100644 --- a/stix2/__init__.py +++ b/stix2/__init__.py @@ -65,4 +65,4 @@ from .version import __version__ _collect_stix2_mappings() -DEFAULT_VERSION = '2.0' # Default version will always be the latest STIX 2.X version +DEFAULT_VERSION = '2.1' # Default version will always be the latest STIX 2.X version