diff --git a/docs/changelog.rst b/docs/changelog.rst index 0bd8e5e81ba45adf32c5352218c98c0ef4d4d349..52862d2fa18aa1d8d2aaef96abbb1439ae1aa5be 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,7 @@ Changelog ========= -v1.3 +v3.0 ---- * switched to GitHub Actions for CI/CD diff --git a/setup.cfg b/setup.cfg index 273ff87e4546f84ea6691b68505527d28098d1a4..c924d0b586dc87a581109a267b07c4aa16529af4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ # coding: utf-8 [metadata] -version = 2.12 +version = 3.0 name = minijson long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8 @@ -9,11 +9,11 @@ license_files = LICENSE author_email = piotr.maslanka@dronehub.ai description = A library for serializing JSON in a small binary format -url = https://github.com/Dronehub/minijson +url = https://github.com/smok-serwis/minijson project_urls = Documentation = https://minijson.readthedocs.io/ - Code = https://github.com/Dronehub/minijson - Issue tracker = https://github.com/Dronehub/minijson/issues + Code = https://github.com/smok-serwis/minijson + Issue tracker = https://github.com/smok-serwis/minijson/issues classifier = Development Status :: 5 - Production/Stable Programming Language :: Python