Skip to content

Commit f1c5f4a

Browse files
authored
Version bump to 3.4.3 (#4614)
1 parent b7b21a0 commit f1c5f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def _update_event_loop_policy():
191191
_asyncio.set_event_loop_policy(_uvloop.EventLoopPolicy())
192192

193193

194-
__version__ = "3.4.3.dev1"
194+
__version__ = "3.4.3"
195195
version_info = VersionInfo.from_str(__version__)
196196

197197
# Filter fuzzywuzzy slow sequence matcher warning

0 commit comments

Comments
 (0)