From f961497f7b113aec8e552f9e6117ac02b4412af4 Mon Sep 17 00:00:00 2001 From: Glutanimate Date: Sun, 31 Jul 2022 22:50:53 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0-beta.6=20=E2=86=92=201.?= =?UTF-8?q?0.0-beta.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- pytest_anki/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5f4196a..173689c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-anki" -version = "1.0.0-beta.6" +version = "1.0.0-beta.7" description = "A pytest plugin for testing Anki add-ons" authors = ["Aristotelis P. (Glutanimate)", "Michal Krassowski"] license = "AGPL-3.0-or-later" diff --git a/pytest_anki/__init__.py b/pytest_anki/__init__.py index 4eddf7f..83db6d3 100644 --- a/pytest_anki/__init__.py +++ b/pytest_anki/__init__.py @@ -39,7 +39,7 @@ from ._errors import AnkiSessionError # noqa: F401 from ._session import AnkiSession # noqa: F401 -__version__ = "1.0.0-beta.6" +__version__ = "1.0.0-beta.7" __author__ = "Aristotelis P. (Glutanimate), Michal Krassowski" __title__ = "pytest-anki" __homepage__ = "https://github.com/glutanimate/pytest-anki"