Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 56d1330

Browse files
committed
Bump version to 0.8.3
1 parent 558ad5d commit 56d1330

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.8.1
2+
current_version = 0.8.3
33
files = SQLTools.py
44
tag = True
55
commit = True

SQLTools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "v0.8.1"
1+
__version__ = "v0.8.3"
22

33
import sys
44
import os

0 commit comments

Comments
 (0)