Skip to content

Commit

Permalink
🔖 v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
H2Sxxa committed Mar 25, 2024
1 parent b5574f8 commit 39972f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "saleyo"
version = "1.0.0"
version = "1.0.1"
description = "Saleyo is a lightwight scalable Python AOP framework, easy to use and integrate."
authors = [{ name = "H2Sxxa", email = "[email protected]" }]
dependencies = []
Expand Down
2 changes: 1 addition & 1 deletion src/saleyo/operation/modify.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def mixin(self, target: Type[Any], toolchain: ToolChain = ToolChain()) -> None:


class Alias(MixinOperation[str]):
"""will copy the `argument` to `alias`"""
"""will copy the `argument` attribute to `alias`"""

alias: str

Expand Down

0 comments on commit 39972f8

Please sign in to comment.