Skip to content

Commit 154a1ae

Browse files
Bump version: 0.0.70 → 0.0.71
1 parent d798475 commit 154a1ae

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.70
2+
current_version = 0.0.71
33
commit = True
44
tag = True
55

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read_file(filename):
1818

1919
setup(
2020
name='SqliteCloud',
21-
version='0.0.70',
21+
version='0.0.71',
2222
author='Sam Reghenzi & Matteo Fredi',
2323
description='A Python package for working with SQLite databases in the cloud.',
2424
long_description=read_file('README-PYPI.md'),

src/sqlitecloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.0.70"
1+
VERSION = "0.0.71"

0 commit comments

Comments
 (0)