Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
oir committed Apr 23, 2024
1 parent e7909d6 commit 9693ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion barkeep/barkeep.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <variant>
#include <vector>

#define BARKEEP_VERSION "0.1.0"
#define BARKEEP_VERSION "0.1.1"

#if defined(BARKEEP_ENABLE_FMT_FORMAT)
#include <fmt/format.h>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9693ddf

Please sign in to comment.