Skip to content

Commit 044e55b

Browse files
committed
Prepping for 0.0.7 release. Hopefully it works this time
1 parent 0762bf4 commit 044e55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysimplesql/pysimplesql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# -------------------------
1414
# Check for package updates
1515
# -------------------------
16-
version = '0.0.7'
16+
version = __version__ = '0.0.7'
1717
checker = UpdateChecker()
1818
result = checker.check('pysimplesql', version)
1919
if result is not None:

0 commit comments

Comments
 (0)