diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1349a89a..ec9e4a76 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.160 +current_version = 1.0.161 commit = True tag = True diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e125150d..cc8df4fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: 20.8b1 hooks: - id: black - language_version: python3.7 + language_version: python3.9 exclude: '(src/lumigo_opentelemetry/external/.*|src/test/integration/grpcio/app/helloworld_pb2.*)' additional_dependencies: ['click==8.0.4'] diff --git a/src/lumigo_opentelemetry/VERSION b/src/lumigo_opentelemetry/VERSION index ad18496e..15bcce96 100644 --- a/src/lumigo_opentelemetry/VERSION +++ b/src/lumigo_opentelemetry/VERSION @@ -1 +1 @@ -1.0.160 +1.0.161