Commit 8c0899e 1 parent 2be35ea commit 8c0899e Copy full SHA for 8c0899e
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.0.8 -alpha
2
+ current_version = 0.0.9 -alpha
3
3
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
4
4
serialize =
5
5
{major}.{minor}.{patch}-{release}
Original file line number Diff line number Diff line change 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- __version__ = "0.0.8 -alpha"
15
+ __version__ = "0.0.9 -alpha"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ packages = [
12
12
]
13
13
readme = " README.md"
14
14
repository = " https://github.com/dynatrace-oss/dt-cli"
15
- version = " 0.0.8 -alpha"
15
+ version = " 0.0.9 -alpha"
16
16
17
17
[tool .poetry .dependencies ]
18
18
PyYAML = " ^5.3.1"
You can’t perform that action at this time.
0 commit comments