Commit 536c895 1 parent 13585d0 commit 536c895 Copy full SHA for 536c895
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.1.1 -alpha
2
+ current_version = 0.1.2 -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.1.1 -alpha"
15
+ __version__ = "0.1.2 -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.1.1 -alpha"
15
+ version = " 0.1.2 -alpha"
16
16
17
17
[tool .poetry .dependencies ]
18
18
PyYAML = " ^5.4.1"
You can’t perform that action at this time.
0 commit comments