From 67f5692faf57b5c4414b6626c0b6c07d114e7dab Mon Sep 17 00:00:00 2001 From: oir Date: Sat, 18 Apr 2026 21:15:39 -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 519e70e..5f06047 100644 --- a/barkeep/barkeep.h +++ b/barkeep/barkeep.h @@ -32,7 +32,7 @@ #include #include -#define BARKEEP_VERSION "0.1.5" +#define BARKEEP_VERSION "0.1.6" #if defined(BARKEEP_ENABLE_FMT_FORMAT) #include diff --git a/pyproject.toml b/pyproject.toml index d973405..b5bb6cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ install = ['--tags=runtime,python-runtime'] [project] name = 'barkeep' -version = '0.1.5' +version = '0.1.6' description = '' readme = 'python/README.md' requires-python = '>=3.11'