Skip to content

Commit 4f70598

Browse files
committed
bump version to 0.3.3
1 parent 430638d commit 4f70598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def encode_in_py2(s):
2727
from pymysqlreplication import BinLogStreamReader
2828
from pymysqlreplication.row_event import DeleteRowsEvent, UpdateRowsEvent, WriteRowsEvent
2929

30-
__version__ = '0.3.2'
30+
__version__ = '0.3.3'
3131

3232

3333
# The magic spell for removing invalid characters in xml stream.

0 commit comments

Comments
 (0)