From aa2faa3b6714777af411dd6c25a6f681ad5713cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Wed, 25 Jun 2025 11:15:43 +0200 Subject: [PATCH] test --- pyproject.toml => pyproject.toml~ | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) rename pyproject.toml => pyproject.toml~ (78%) diff --git a/pyproject.toml b/pyproject.toml~ similarity index 78% rename from pyproject.toml rename to pyproject.toml~ index 5e499b8..2c115f9 100644 --- a/pyproject.toml +++ b/pyproject.toml~ @@ -1,6 +1,6 @@ [project] name = "optifik" -version = "0.1.1" +version = "0.1.2" description = "Compute film thickness from interferometry" authors = [ { name = "François Boulogne", email = "francois.boulogne@cnrs.fr" }, @@ -19,27 +19,6 @@ dependencies = [ packages = ["optifik"] -[tool.bumpver] -current_version = "0.1.2" -version_pattern = "MAJOR.MINOR.PATCH" -commit = true -tag = true -push = false - - -[bumpver.file_patterns] -"pyproject.toml" = [ - 'current_version = "{version}"', - 'version = "{version}"', -] -"optifik/__init__.py" = [ - '^__version__ = "{version}"$,', -] -"README.md" = [ - '^Current stable version {version}', -] - - [project.urls] Homepage = "https://github.com/votrecompte/votreprojet" @@ -52,7 +31,7 @@ Issues = "https://github.com/sciunto-org/optifik/issues" dev = [ "pytest", "pytest-cov", - "bumpver" + "poetry" ] docs = [ @@ -82,3 +61,4 @@ build-backend = "setuptools.build_meta" [tool.coverage.run] source = ["optifik"] omit = ["optifik/tests/*"] +