Skip to content

Commit e7b7a81

Browse files
Update version
1 parent 2c866ea commit e7b7a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pytimbr_sqla/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Timbr Python SQLAlchemy connector."""
22

3-
__version__ = "2.0.1"
3+
__version__ = "2.1.0"
44

55
try:
66
from thrift.transport import THttpClient
@@ -60,4 +60,4 @@ def timbr_flush(self):
6060

6161
THttpClient.flush = timbr_flush
6262
except:
63-
pass
63+
pass

0 commit comments

Comments
 (0)