diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 86c68ea..a9bf427 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1-alpha +current_version = 0.1.2-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 007e0f7..c18edd6 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.1.1-alpha" +__version__ = "0.1.2-alpha" diff --git a/pyproject.toml b/pyproject.toml index d66bc46..5e404de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ ] readme = "README.md" repository = "https://github.com/dynatrace-oss/dt-cli" -version = "0.1.1-alpha" +version = "0.1.2-alpha" [tool.poetry.dependencies] PyYAML = "^5.4.1"