Skip to content

Commit 7801b10

Browse files
authored
refactor(*): Improve ContainerBuilder architecture (#6)
1 parent a611a57 commit 7801b10

11 files changed

Lines changed: 765 additions & 537 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Denis NA
3+
Copyright (c) 2022 Denis NA
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

aiodi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .builder import ContainerBuilder
44
from .container import Container, ContainerKey
55

6-
__version__ = '1.1.0'
6+
__version__ = '1.1.1'
77

88
__all__ = (
99
# di

0 commit comments

Comments
 (0)