diff --git a/pyproject.toml b/pyproject.toml index 5bca258..c5cbaba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cli-ui" -version = "0.10.2" +version = "0.10.3" description = "Build Nice User Interfaces In The Terminal" authors = ["Dimitri Merejkowsky "] readme = "README.rst" diff --git a/tbump.toml b/tbump.toml index 232fccf..75e3368 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.10.2" +current = "0.10.3" # Example of a semver regexp. # Make sure this matches current_version before