diff --git a/docs/conf.py b/docs/conf.py index 443f0de..95a1a9d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -30,7 +30,7 @@ project = "PyFLP" author = "demberto" copyright = f"2022, {author}" -release = "2.0.0a4" # DON'T TOUCH! Auto-updated by tbump +release = "2.0.0a5" # DON'T TOUCH! Auto-updated by tbump extensions = [ "hoverxref.extension", "m2r2", # Markdown to reStructuredText conversion diff --git a/pyflp/__init__.py b/pyflp/__init__.py index 2f413ae..3143151 100644 --- a/pyflp/__init__.py +++ b/pyflp/__init__.py @@ -58,7 +58,7 @@ from .project import VALID_PPQS, FileFormat, Project, ProjectID __all__ = ["parse", "save"] -__version__ = "2.0.0a4" +__version__ = "2.0.0a5" if sys.version_info < (3, 11): # https://github.com/Bobronium/fastenum/issues/2 import fastenum diff --git a/pyproject.toml b/pyproject.toml index 88563d9..506eac0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ version = { attr = "pyflp.__version__" } github_url = "https://github.com/demberto/PyFLP/" [tool.tbump.version] -current = "2.0.0a4" +current = "2.0.0a5" regex = ''' (?P\d+) \.