Skip to content

Commit

Permalink
Update version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
oir committed Feb 19, 2024
1 parent 1069f81 commit a7b2d68
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 @@ -17,7 +17,7 @@
#include <variant>
#include <vector>

#define BARKEEP_VERSION "0.0.6"
#define BARKEEP_VERSION "0.1.0"

#ifdef BARKEEP_ENABLE_FMT
#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.0.6'
version = '0.1.0'
description = ''
readme = 'python/README.md'
requires-python = '>=3.9'
Expand Down

0 comments on commit a7b2d68

Please sign in to comment.