diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9f2885a..608f436 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # All changes require review from prefabdevs team -* @prefab-cloud/prefabdevs \ No newline at end of file +* @prefab-cloud/prefabdevs diff --git a/pyproject.toml b/pyproject.toml index 2cab111..17070f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prefab-cloud-python" -version = "0.12.0" +version = "0.12.1" description = "Python client for Prefab Feature Flags, Dynamic log levels, and Config as a Service: https://www.prefab.cloud" license = "MIT" authors = ["Michael Berkowitz ", "James Kebinger "]