We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7f686 commit 18c0119Copy full SHA for 18c0119
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.81
+current_version = 0.0.82
3
commit = True
4
tag = True
5
src/setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name="sqlitecloud",
11
- version="0.0.81",
+ version="0.0.82",
12
author="sqlitecloud.io",
13
description="A Python package for working with SQLite databases in the cloud.",
14
long_description=long_description,
src/sqlitecloud/__init__.py
@@ -4,4 +4,4 @@
#
from .dbapi2 import * # noqa
6
7
-VERSION = "0.0.81"
+VERSION = "0.0.82"
0 commit comments