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'