From 1421fbba721a79fb46fd3a6d23a8d68faf7324d5 Mon Sep 17 00:00:00 2001 From: Tibor Arpas Date: Thu, 2 Nov 2023 13:17:31 +0100 Subject: [PATCH] Version 2.0.15, license also changed in the package metadata, closes #225 --- pyproject.toml | 2 +- testmon/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e1b3171..11319cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ description = "selects tests affected by changed files and methods" readme = "README.md" requires-python = ">=3.7" keywords = ["testing", "pytest", "plugin"] -license = { text = "AGPL" } +license = { text = "MIT" } classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", diff --git a/testmon/__init__.py b/testmon/__init__.py index 8bbf86f..21b7058 100644 --- a/testmon/__init__.py +++ b/testmon/__init__.py @@ -1,2 +1,2 @@ """PYTEST_DONT_REWRITE""" -VERSION = "2.0.14" +VERSION = "2.0.15"