Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonStorage committed Jun 19, 2023
1 parent f9c4b5a commit 5786ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ensta/containers/Likers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from dataclasses import dataclass
from Liker import Liker
from .Liker import Liker


@dataclass(frozen=True)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name="ensta",
packages=["ensta", "ensta.lib", "ensta.containers"],
version="2.9",
version="3.0",
license="MIT",
description="🔥 Fastest & Simplest Python Package For Instagram Automation",
long_description=long_description,
Expand Down

0 comments on commit 5786ea7

Please sign in to comment.