From d8026635509c28475a3d3572f84b1e2f809a2466 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Wed, 26 May 2021 15:39:43 +0200
Subject: [PATCH] fix version in docs

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

diff --git a/docs/conf.py b/docs/conf.py
index c1a7ebd..fb6fa39 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -22,7 +22,7 @@ copyright = '2021 Dronehub Group sp. z o. o.'
 author = 'Piotr Maślanka'
 
 # The full version, including alpha/beta/rc tags
-release = '1.0'
+release = '1.3'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.cfg b/setup.cfg
index 781b0b7..5fd7992 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,8 +5,8 @@ long-description = file: README.md
 long-description-content-type = text/markdown; charset=UTF-8
 author = Piotr Maślanka
 author_email = piotr.maslanka@dronehub.ai
-description = A library for serializing JSON in the MINIJSON format
-url = https://git.cervirobotics.com/Dronehub/minijson
+description = A library for serializing JSON in a small binary format
+url = https://github.com/Dronehub/minijson
 project-urls =
     Documentation = https://minijson.readthedocs.io/
 	Code = https://github.com/Dronehub/minijson
-- 
GitLab