From 058f0abff6d77c228eadba0cc0d27415f9e51349 Mon Sep 17 00:00:00 2001
From: Rich Piazza <rpiazza@mitre.org>
Date: Sun, 25 Jul 2021 13:54:47 -0400
Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.0.0=20=E2=86=92=203.0.1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docs/conf.py              | 4 ++--
 setup.cfg                 | 2 +-
 stix2validator/version.py | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 10777702..f19debe2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -10,8 +10,8 @@
 copyright = '2018, OASIS Open'
 author = 'OASIS Open'
 
-version = '3.0.0'
-release = '3.0.0'
+version = '3.0.1'
+release = '3.0.1'
 
 language = None
 exclude_patterns = ['_build', '_templates', 'Thumbs.db', '.DS_Store']
diff --git a/setup.cfg b/setup.cfg
index 2562f2c7..973bc768 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 3.0.0
+current_version = 3.0.1
 commit = True
 tag = True
 
diff --git a/stix2validator/version.py b/stix2validator/version.py
index 528787cf..05527687 100644
--- a/stix2validator/version.py
+++ b/stix2validator/version.py
@@ -1 +1 @@
-__version__ = "3.0.0"
+__version__ = "3.0.1"