Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral committed Aug 26, 2024
1 parent 49ab625 commit cdcd954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databasez/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from databasez.core import Database, DatabaseURL

__version__ = "0.9.7"
__version__ = "0.10.0"

__all__ = ["Database", "DatabaseURL"]

0 comments on commit cdcd954

Please sign in to comment.