Skip to content

Commit a8357b6

Browse files
committed
Bump version: 0.1.0-alpha → 0.1.1-alpha
1 parent 1333129 commit a8357b6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bumpversion.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[bumpversion]
2-
current_version = 0.1.0-alpha
2+
current_version = 0.1.1-alpha
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
4-
serialize =
4+
serialize =
55
{major}.{minor}.{patch}-{release}
66
tag_name = v{new_major}.{new_minor}.{new_patch}-{new_release}
77
commit = True
88
tag = True
99

1010
[bumpversion:part:release]
11-
values =
11+
values =
1212
alpha
1313
beta
1414
rc

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.1.0-alpha"
15+
__version__ = "0.1.1-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.1.0-alpha"
15+
version = "0.1.1-alpha"
1616

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

0 commit comments

Comments
 (0)