From 95857cf05d7b8054fc1dcb2a20d79119d50488ba Mon Sep 17 00:00:00 2001 From: T2K-Felix <125863421+felixT2K@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:05:31 +0200 Subject: [PATCH] increase version and update maintainers (#1264) --- pyproject.toml | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1fa76e1da3..769b7533be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,8 @@ authors = [{name = "Mindee", email = "contact@mindee.com"}] maintainers = [ {name = "François-Guillaume Fernandez"}, {name = "Charles Gaillard"}, + {name = "Olivier Dulcy"}, + {name = "Felix Dittrich"}, ] readme = "README.md" requires-python = ">=3.8.0,<4" diff --git a/setup.py b/setup.py index b90804c11b..e94bafbd4e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup PKG_NAME = "python-doctr" -VERSION = os.getenv("BUILD_VERSION", "0.6.1a0") +VERSION = os.getenv("BUILD_VERSION", "0.7.0a0") if __name__ == "__main__":