Skip to content

Commit

Permalink
Prepare for v0.8.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Oct 4, 2023
1 parent 61c41fc commit bb1ebd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = singlestoredb
version = 0.8.8
version = 0.8.9
description = Interface to the SingleStoreDB database and workspace management APIs
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion singlestoredb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"""

__version__ = '0.8.8'
__version__ = '0.8.9'

from .alchemy import create_engine
from .config import options, get_option, set_option, describe_option
Expand Down

0 comments on commit bb1ebd4

Please sign in to comment.