Skip to content

Commit

Permalink
version: bump to 2.0.0a5
Browse files Browse the repository at this point in the history
  • Loading branch information
demberto committed Oct 28, 2022
1 parent b4bda54 commit 1ff5254
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyflp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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<major>\d+)
\.
Expand Down

0 comments on commit 1ff5254

Please sign in to comment.