From 5466b92a796b587002b64218db6499db5923fce5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com>
Date: Sat, 3 Aug 2024 20:28:25 +0200
Subject: [PATCH] ver bump

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

diff --git a/docs/conf.py b/docs/conf.py
index cd47fa5..ace9cb6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -22,7 +22,7 @@ copyright = '2021 Dronehub Group sp. z o. o., 2024 SMOK sp. z o. o.'
 author = 'Piotr Maślanka'
 
 # The full version, including alpha/beta/rc tags
-release = '3.1.0'
+release = '3.1.1a1'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.cfg b/setup.cfg
index 8381321..ca2d9fb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 # coding: utf-8
 [metadata]
-version = 3.1.0
+version = 3.1.1a1
 name = minijson
 long_description = file: README.md
 long_description_content_type = text/markdown; charset=UTF-8
-- 
GitLab