Skip to content

Commit 2727952

Browse files
Bump version: 0.0.83 → 0.0.84
1 parent 133774d commit 2727952

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.83
2+
current_version = 0.0.84
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.83",
11+
version="0.0.84",
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
@@ -4,4 +4,4 @@
44
#
55
from .dbapi2 import * # noqa
66

7-
VERSION = "0.0.83"
7+
VERSION = "0.0.84"

0 commit comments

Comments
 (0)