Skip to content

Commit

Permalink
Bump version: 0.0.18 → 0.0.19.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
saroad2 committed Jul 5, 2022
1 parent c00066b commit 7e377e3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.18
current_version = 0.0.19.dev0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Expand All @@ -26,4 +26,4 @@ replace = version = "{new_version}"

[bumpversion:file:./mkdocs.yml]
search = version: {current_version}
replace = version: {new_version}
replace = version: {new_version}
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ plugins:
module_name: docs/mkdocs_macros
- search
extra:
version: 0.0.18
version: 0.0.19.dev0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
from setuptools import setup

version = "0.0.18"
version = "0.0.19.dev0"
setup(version=version)
2 changes: 1 addition & 1 deletion src/statue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# noqa: D104
# pylint: disable=missing-module-docstring

__version__ = "0.0.18"
__version__ = "0.0.19.dev0"

0 comments on commit 7e377e3

Please sign in to comment.