Skip to content

Commit 8c0899e

Browse files
committed
Bump version: 0.0.8-alpha → 0.0.9-alpha
1 parent 2be35ea commit 8c0899e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.8-alpha
2+
current_version = 0.0.9-alpha
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
44
serialize =
55
{major}.{minor}.{patch}-{release}

dtcli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.0.8-alpha"
15+
__version__ = "0.0.9-alpha"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = [
1212
]
1313
readme = "README.md"
1414
repository = "https://github.com/dynatrace-oss/dt-cli"
15-
version = "0.0.8-alpha"
15+
version = "0.0.9-alpha"
1616

1717
[tool.poetry.dependencies]
1818
PyYAML = "^5.3.1"

0 commit comments

Comments
 (0)