From 98f0b44ab401347aed14ebce8b3b09218585b23a Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 15 Oct 2021 18:42:51 +0100 Subject: [PATCH 1/3] bugfix branch, this should have been 3.7.0.post9 i think --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 7c942ea..f747fd0 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "3.7.0.post9" \ No newline at end of file +__version__ = "3.7.0.post10" \ No newline at end of file From 69382649a2e787fbd017f8f9c37d83843210dfe0 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 15 Oct 2021 18:53:56 +0100 Subject: [PATCH 2/3] add version.py to manifest --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 9446b73..a705859 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,3 +6,4 @@ include raylib/*.h include raylib/*.pyi exclude raylib/*.c exclude raylib/*.o +include version.py From 44c338cd4f802cb034b31ba055e57790eeec9b0f Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 15 Oct 2021 19:03:47 +0100 Subject: [PATCH 3/3] add version.py to manifest in dynamic --- dynamic/MANIFEST.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dynamic/MANIFEST.in b/dynamic/MANIFEST.in index 92b837a..9a9ca8f 100644 --- a/dynamic/MANIFEST.in +++ b/dynamic/MANIFEST.in @@ -10,4 +10,5 @@ include raylib/*.dll include raylib/*.so include raylib/32bit/*.dylib include raylib/32bit/*.dll -include raylib/32bit/*.so \ No newline at end of file +include raylib/32bit/*.so +include version.py \ No newline at end of file