From 9693ddf39f6c2a830bc424ea0d3a6a5bfc37cf7b Mon Sep 17 00:00:00 2001 From: oir Date: Mon, 22 Apr 2024 21:56:27 -0400 Subject: [PATCH] Bump patch version --- barkeep/barkeep.h | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/barkeep/barkeep.h b/barkeep/barkeep.h index 3bbdbe0..9e64793 100644 --- a/barkeep/barkeep.h +++ b/barkeep/barkeep.h @@ -18,7 +18,7 @@ #include #include -#define BARKEEP_VERSION "0.1.0" +#define BARKEEP_VERSION "0.1.1" #if defined(BARKEEP_ENABLE_FMT_FORMAT) #include diff --git a/pyproject.toml b/pyproject.toml index 5fec5c7..8a63d8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ install = ['--tags=runtime,python-runtime'] [project] name = 'barkeep' -version = '0.1.0' +version = '0.1.1' description = '' readme = 'python/README.md' requires-python = '>=3.9'