- 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/)
This commit is contained in:
Mario Fink 2023-05-25 20:22:14 +02:00
parent ff69c329cc
commit 55f093156d
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@ include lib/*.hpp
include *.cpp
include *.pyx
include *.pxd
include VERSION

View File

@ -1 +1 @@
2.0.7
2.0.8