Skip to content

Commit

Permalink
Prepping for 0.0.7 release. Hopefully it works this time
Browse files Browse the repository at this point in the history
  • Loading branch information
jondecker76 committed May 27, 2021
1 parent 0762bf4 commit 044e55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysimplesql/pysimplesql.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# -------------------------
# Check for package updates
# -------------------------
version = '0.0.7'
version = __version__ = '0.0.7'
checker = UpdateChecker()
result = checker.check('pysimplesql', version)
if result is not None:
Expand Down

0 comments on commit 044e55b

Please sign in to comment.