From f4737624954831a642b3a991a2eb391a45f51e6e Mon Sep 17 00:00:00 2001
From: Andrea Franchini <hello@andreafranchini.com>
Date: Tue, 28 Feb 2023 12:19:40 +0100
Subject: [PATCH] bump version

---
 docs/conf.py           | 2 +-
 mc_openapi/__init__.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 2efa104..3a0f140 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -23,7 +23,7 @@ copyright = '2022, Michele Chiari, Michele De Pascalis, Andrea Franchini'
 author = 'Michele Chiari, Michele De Pascalis, Andrea Franchini'
 
 # The full version, including alpha/beta/rc tags
-release = '2.0.0'
+release = '2.2.0'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/mc_openapi/__init__.py b/mc_openapi/__init__.py
index a33997d..04188a1 100644
--- a/mc_openapi/__init__.py
+++ b/mc_openapi/__init__.py
@@ -1 +1 @@
-__version__ = '2.1.0'
+__version__ = '2.2.0'
-- 
GitLab