Skip to content

Commit 063fad1

Browse files
Bump version: 0.0.76 → 0.0.77
1 parent fa792c9 commit 063fad1

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.76
2+
current_version = 0.0.77
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.76",
11+
version="0.0.77",
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
@@ -1 +1 @@
1-
VERSION = "0.0.76"
1+
VERSION = "0.0.77"

0 commit comments

Comments
 (0)