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

Commit 6da85b9

Browse files
committed
bump version to 0.8.1
1 parent 1fce42c commit 6da85b9

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.6.7
2+
current_version = 0.8.1
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.6.7"
1+
__version__ = "v0.8.1"
22

33
import sys
44
import os

0 commit comments

Comments
 (0)