Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lee committed Oct 28, 2021
1 parent 7f44217 commit a810aa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "realtime-py"
version = "0.1.2"
version = "0.1.3"
description = ""
authors = ["None"]

Expand Down
Binary file added realtime_py/.__init__.py.un~
Binary file not shown.
3 changes: 3 additions & 0 deletions realtime_py/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
__version__ = "0.1.3"

from realtime_py.channel import CallbackListener, Channel
from realtime_py.connection import Socket
from realtime_py.exceptions import NotConnectedError
from realtime_py.message import *
from realtime_py.transformers import *

0 comments on commit a810aa3

Please sign in to comment.