From 5bc2c0f12098a3a4d7eb30ae78c263e4694e6a0a Mon Sep 17 00:00:00 2001 From: Cal Pratt <cpratt34@bloomberg.net> Date: Wed, 31 Jul 2024 11:25:23 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.7=20=E2=86=92=200.1.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- buildgrid/_version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1f8e1ee87..e69840481 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.7 +current_version = 0.1.8 commit = True [bumpversion:file:pyproject.toml] diff --git a/buildgrid/_version.py b/buildgrid/_version.py index 6dcf5d470..b671ea68d 100644 --- a/buildgrid/_version.py +++ b/buildgrid/_version.py @@ -13,4 +13,4 @@ # limitations under the License. -__version__ = "0.1.7" +__version__ = "0.1.8" diff --git a/pyproject.toml b/pyproject.toml index cf6182f4d..b1f25e505 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ build-backend = 'setuptools.build_meta' [project] name = "buildgrid" -version = "0.1.7" +version = "0.1.8" requires-python = ">=3.8" description = "A remote execution service" readme = "README.rst" -- GitLab