diff --git a/docs/conf.py b/docs/conf.py index c1a7ebd39e9e78fe822a561f4aae4f6f169c7474..fb6fa39b814d6097c1639a180d827f56e1158efa 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 781b0b779e192f884b94e0f1d69398cf25fb3238..5fd7992f4c290a0cd504b285a199ba14e07025c9 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