Skip to content

Commit 180825e

Browse files
committed
Prepare for v0.8.5 release
1 parent 9f1815f commit 180825e

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.8.4
3+
version = 0.8.5
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.8.4'
16+
__version__ = '0.8.5'
1717

1818
from .alchemy import create_engine
1919
from .config import options, get_option, set_option, describe_option

0 commit comments

Comments
 (0)