Skip to content

Commit

Permalink
Bump version: 1.0.0-beta.6 → 1.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
glutanimate committed Jul 31, 2022
1 parent 994085e commit f961497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pytest_anki/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit f961497

Please sign in to comment.