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 5d045fa commit 8499da5Copy full SHA for 8499da5
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.75
+current_version = 0.0.76
3
commit = True
4
tag = True
5
src/setup.py
@@ -18,7 +18,7 @@ def read_file(filename):
18
19
setup(
20
name="SqliteCloud",
21
- version="0.0.75",
+ version="0.0.76",
22
author="sqlitecloud.io",
23
description="A Python package for working with SQLite databases in the cloud.",
24
long_description=read_file("README-PYPI.md"),
src/sqlitecloud/__init__.py
@@ -1 +1 @@
-VERSION = "0.0.75"
+VERSION = "0.0.76"
0 commit comments