muffin 0.102.1__tar.gz → 0.102.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: muffin
3
- Version: 0.102.1
3
+ Version: 0.102.2
4
4
  Summary: Muffin is a fast, simple and asyncronous web-framework for Python 3 (asyncio, trio, curio)
5
5
  Home-page: https://github.com/klen/muffin
6
6
  License: MIT
@@ -80,7 +80,7 @@ class BasePlugin(ABC):
80
80
 
81
81
  return self.__app__
82
82
 
83
- def setup(self, app: Application, *, name: Optional[str] = None, **options) -> bool:
83
+ def setup(self, app: Application, *, name: Optional[str] = None, **options) -> Any:
84
84
  """Bind app and update the plugin's configuration."""
85
85
  # allow to redefine the name for multi plugins with same type
86
86
  self.name = name or self.name
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "muffin"
3
- version = "0.102.1"
3
+ version = "0.102.2"
4
4
  description = "Muffin is a fast, simple and asyncronous web-framework for Python 3 (asyncio, trio, curio)"
5
5
  readme = "README.rst"
6
6
  license = "MIT"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes