From 7ed00c704ed800cb31507f92d4b749fa54295e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Gra=C3=B1a?= Date: Fri, 24 Sep 2021 15:59:36 -0300 Subject: [PATCH 1/4] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f92057..dca02dc 100644 --- a/README.md +++ b/README.md @@ -88,4 +88,4 @@ array([[-0.66666667, 0.13333333, 0.73333333], License ======= -quaternions is Satellogic SA Copyright 2017. All our code is GPLv3 licensed. +quaternions is Satellogic SA Copyright 2017-2021. All our code is GPLv3 licensed. From b3a6fdb5da2947690ba751d94953358de81987ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Gra=C3=B1a?= Date: Fri, 24 Sep 2021 16:04:31 -0300 Subject: [PATCH 2/4] update version --- quaternions/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quaternions/version.py b/quaternions/version.py index c17b5e8..8465a7d 100644 --- a/quaternions/version.py +++ b/quaternions/version.py @@ -1,2 +1,2 @@ # https://www.python.org/dev/peps/pep-0440/ -__version__ = '0.1.3.dev1' +__version__ = '0.1.7' From 6edc28b1d85105bdc55101fccc6d0627a2075a74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Gra=C3=B1a?= Date: Fri, 24 Sep 2021 16:42:20 -0300 Subject: [PATCH 3/4] description content type for pypi --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 80dd37b..9c1b6c3 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ author_email='matias@satellogic.com', description='This is a library for dealing with quaternions in Python in a unified way.', long_description=open('README.md').read(), + long_description_content_type="text/markdown", packages=find_packages(exclude=["tests"]), license="GPLv3", classifiers=[ From ffa4f49812b324014c2fcb75f63f8da67e06ce55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Gra=C3=B1a?= Date: Tue, 10 May 2022 18:27:30 -0300 Subject: [PATCH 4/4] update readme again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f052126..0be91a6 100644 --- a/README.md +++ b/README.md @@ -88,4 +88,4 @@ array([[-0.66666667, 0.13333333, 0.73333333], License ======= -quaternions is Satellogic SA Copyright 2017-2021. All our code is GPLv3 licensed. +quaternions is Satellogic SA Copyright 2017-2022. All our code is GPLv3 licensed.