Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit ac90f6c

Browse files
authored
Merge pull request #27 from supabase-community/jl--update-realtime-version
Update Realtime Version
2 parents 5453baa + b917727 commit ac90f6c

File tree

3 files changed

+3
-92
lines changed

3 files changed

+3
-92
lines changed

poetry.lock

Lines changed: 0 additions & 88 deletions
This file was deleted.

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[tool.poetry]
22
name = "realtime"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = ""
5-
authors = ["None"]
5+
authors = ["Joel"]
66

77
[tool.poetry.dependencies]
88
python = "^3.7"
9-
dataclasses = "^0.6"
109
websockets = "^9.1"
1110
python-dateutil = "^2.8.1"
1211

realtime/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.4"
22

33
from realtime.channel import CallbackListener, Channel
44
from realtime.connection import Socket

0 commit comments

Comments
 (0)