Skip to content
This repository was archived by the owner on Feb 13, 2022. It is now read-only.

Commit cdd3334

Browse files
committed
Preparing for push to PyPI #2
1 parent dba2560 commit cdd3334

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

discord_slash_components_bridge/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
from .contex import *
33
from .dpy_overrides import *
44
from .utils import *
5-
6-
__version__ = '0.0.2'
5+
from .const import *
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)