Skip to content

Commit

Permalink
Bump version: 0.0.1a4 → 0.0.1a5
Browse files Browse the repository at this point in the history
  • Loading branch information
g6123 committed Mar 14, 2021
1 parent 0ebe8be commit f8f2687
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1a4
current_version = 0.0.1a5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z])(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}{release}{build}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def resolve(filename):

setup(
name="mkdocs-yaarg-plugin",
version="0.0.1a4",
version="0.0.1a5",
url="https://github.com/g6123/mkdocs-yaarg-plugin",
license="MIT",
description="Yet Another API Reference Generator plugin for MKDocs.",
Expand Down
2 changes: 1 addition & 1 deletion yaarg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from yaarg.mkdocs import YaargPlugin

__all__ = ["__version__", "YaargPlugin"]
__version__ = "0.0.1a4"
__version__ = "0.0.1a5"

0 comments on commit f8f2687

Please sign in to comment.