From 55f093156dc7c2bbc1a13c72d2cd5899e3ddace7 Mon Sep 17 00:00:00 2001 From: Mario Fink Date: Thu, 25 May 2023 20:22:14 +0200 Subject: [PATCH] - bump VERSION 2.0.8 - add VERSION to MANIFEST.in in order to include VERSION in source dist (see https://packaging.python.org/en/latest/guides/using-manifest-in/) --- python/MANIFEST.in | 1 + python/VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/python/MANIFEST.in b/python/MANIFEST.in index b224465..dbe052e 100644 --- a/python/MANIFEST.in +++ b/python/MANIFEST.in @@ -2,3 +2,4 @@ include lib/*.hpp include *.cpp include *.pyx include *.pxd +include VERSION diff --git a/python/VERSION b/python/VERSION index f1547e6..815e68d 100644 --- a/python/VERSION +++ b/python/VERSION @@ -1 +1 @@ -2.0.7 +2.0.8