Skip to content

Commit

Permalink
v0.0.7 was a bomb, trying for 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jondecker76 committed May 27, 2021
1 parent f484452 commit f5b08eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = __version__ = '0.0.7'
version = __version__ = '0.0.8'
checker = UpdateChecker()
result = checker.check('pysimplesql', version)
if result is not None:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ def readme():

setuptools.setup(
name="pysimplesql",
version="0.0.7",
version="0.0.8",
author="Jonathan Decker",
author_email="pysimplesql@gmail.com",
description="sqlite3 database binding for PySimpleGUI",
long_description=readme(),
long_description_content_type="text/markdown",
keywords="SQL sqlite database application front-end access libre office GUI PySimpleGUI",
url="https://github.com/PySimpleSQL/pysimplesql",
download_url="https://github.com/PySimpleSQL/pysimplesql/archive/refs/tags/0.0.7.tar.gz",
download_url="https://github.com/PySimpleSQL/pysimplesql/archive/refs/tags/0.0.8.tar.gz",
packages=setuptools.find_packages(),
install_requires=requirements,
classifiers=[
Expand Down

0 comments on commit f5b08eb

Please sign in to comment.