Skip to content

Commit

Permalink
Merge pull request #70 from dynatrace-oss/version-up-1.1.1
Browse files Browse the repository at this point in the history
Bump version: 1.1.0 → 1.1.1
  • Loading branch information
allgreed committed Jun 15, 2022
2 parents 96cf334 + 063de43 commit 4e93dec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 1.1.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*))?
serialize =
{major}.{minor}.{patch}-{release}
Expand Down
2 changes: 1 addition & 1 deletion dtcli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.1.0"
__version__ = "1.1.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/dynatrace-oss/dt-cli"
version = "1.1.0"
version = "1.1.1"


[tool.poetry.dependencies]
Expand Down Expand Up @@ -51,7 +51,7 @@ sphinxcontrib-programoutput = "^0.17"

[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.1.0"]
requires = ["poetry-core>=1.0.8"]

[tool.poetry.scripts]
dt = 'dtcli.scripts.dt:main'
Expand Down

0 comments on commit 4e93dec

Please sign in to comment.