Skip to content

Commit c7b1467

Browse files
committed
Bump version
1 parent 6a64314 commit c7b1467

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

releases.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@
1818
0.6.0
1919
- Change order of params 'host' and 'port'
2020
- Add host attribute to server
21+
22+
0.6.1
23+
- Sending data is now thread-safe

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from distutils.command.install import install
1313

1414

15-
VERSION = '0.6.0'
15+
VERSION = '0.6.1'
1616

1717

1818
def get_tag_version():

0 commit comments

Comments
 (0)