From 7de0160e5ab3a82d2be393781577736096d6f29e Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Wed, 24 Apr 2024 19:37:19 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- src/pyproject_hooks/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fc02bd3..7a8571b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.1.0 commit = True tag = True diff --git a/src/pyproject_hooks/__init__.py b/src/pyproject_hooks/__init__.py index a60e062..df857df 100644 --- a/src/pyproject_hooks/__init__.py +++ b/src/pyproject_hooks/__init__.py @@ -12,7 +12,7 @@ quiet_subprocess_runner, ) -__version__ = "1.0.0" +__version__ = "1.1.0" __all__ = [ "BackendUnavailable", "BackendInvalid",