diff --git a/pyproject.toml b/pyproject.toml index 9240253..f4da03d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lyra-client" -version = "0.1.0" +version = "0.1.1" description = "" authors = ["8baller <8ball030@gmail.com>"] readme = "README.md" diff --git a/tbump.toml b/tbump.toml index 51b1abc..768f6bf 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.1.0" +current = "0.1.1" # Example of a semver regexp. # Make sure this matches current_version before