Skip to content

Commit f17429d

Browse files
Bump version: 0.0.80 → 0.0.81
1 parent 253fc30 commit f17429d

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.80
2+
current_version = 0.0.81
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.80",
11+
version="0.0.81",
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
@@ -30,4 +30,4 @@
3030
"Row",
3131
]
3232

33-
VERSION = "0.0.80"
33+
VERSION = "0.0.81"

0 commit comments

Comments
 (0)