Skip to content

Commit f5b08eb

Browse files
committed
v0.0.7 was a bomb, trying for 0.0.8
1 parent f484452 commit f5b08eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 = __version__ = '0.0.7'
16+
version = __version__ = '0.0.8'
1717
checker = UpdateChecker()
1818
result = checker.check('pysimplesql', version)
1919
if result is not None:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ def readme():
1212

1313
setuptools.setup(
1414
name="pysimplesql",
15-
version="0.0.7",
15+
version="0.0.8",
1616
author="Jonathan Decker",
1717
author_email="[email protected]",
1818
description="sqlite3 database binding for PySimpleGUI",
1919
long_description=readme(),
2020
long_description_content_type="text/markdown",
2121
keywords="SQL sqlite database application front-end access libre office GUI PySimpleGUI",
2222
url="https://github.com/PySimpleSQL/pysimplesql",
23-
download_url="https://github.com/PySimpleSQL/pysimplesql/archive/refs/tags/0.0.7.tar.gz",
23+
download_url="https://github.com/PySimpleSQL/pysimplesql/archive/refs/tags/0.0.8.tar.gz",
2424
packages=setuptools.find_packages(),
2525
install_requires=requirements,
2626
classifiers=[

0 commit comments

Comments
 (0)