Skip to content

Commit 48f89e4

Browse files
Bump version: 0.0.77 → 0.0.78
1 parent 4f6bf17 commit 48f89e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.77
2+
current_version = 0.0.78
33
commit = True
44
tag = True
55

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="sqlitecloud",
11-
version="0.0.77",
11+
version="0.0.78",
1212
author="sqlitecloud.io",
1313
description="A Python package for working with SQLite databases in the cloud.",
1414
long_description=long_description,

src/sqlitecloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
__all__ = ["VERSION", "Connection", "Cursor", "connect"]
88

9-
VERSION = "0.0.77"
9+
VERSION = "0.0.78"

0 commit comments

Comments
 (0)