Skip to content

Commit a786922

Browse files
Bump version: 0.0.79 → 0.0.80
1 parent 2e1a48f commit a786922

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.79
2+
current_version = 0.0.80
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.79",
11+
version="0.0.80",
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.79"
33+
VERSION = "0.0.80"

0 commit comments

Comments
 (0)