Skip to content

Commit c4ee8b5

Browse files
committed
Prep for v0.5.1 release
1 parent 558902b commit c4ee8b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = singlestoredb
3-
version = 0.5.0
3+
version = 0.5.1
44
description = Interface to the SingleStore database and cluster management APIs
55
long_description = file: README.md
66
long_description_content_type = text/markdown

singlestoredb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
"""
1515

16-
__version__ = '0.5.0'
16+
__version__ = '0.5.1'
1717

1818
from .config import options, get_option, set_option, describe_option
1919
from .connection import connect, apilevel, threadsafety, paramstyle

0 commit comments

Comments
 (0)