diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8f123d3..dfb57bd 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.5-alpha +current_version = 0.0.6-alpha parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P.*))? serialize = {major}.{minor}.{patch}-{release} diff --git a/dtcli/__init__.py b/dtcli/__init__.py index 760e6d3..c289960 100644 --- a/dtcli/__init__.py +++ b/dtcli/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.0.5-alpha" +__version__ = "0.0.6-alpha" diff --git a/pyproject.toml b/pyproject.toml index 98daf08..ad6e2ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [ {include = "dtcli"}, ] readme = "README.md" -version = "0.0.5-alpha" +version = "0.0.6-alpha" [tool.poetry.dependencies] PyYAML = "^5.4.1"