Skip to content

Commit

Permalink
Update __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
0ssigeno committed May 27, 2022
1 parent fa50e79 commit 1076b16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions atlasq/queryset/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from atlasq.queryset.manager import AtlasManager
from atlasq.queryset.node import AtlasQ
from atlasq.queryset.queryset import AtlasQuerySet

__all__ = ["AtlasQ", "AtlasQuerySet", "AtlasManager"]
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.0.1"
VERSION = "0.0.2"

0 comments on commit 1076b16

Please sign in to comment.