File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
# -------------------------
14
14
# Check for package updates
15
15
# -------------------------
16
- version = __version__ = '0.0.7 '
16
+ version = __version__ = '0.0.8 '
17
17
checker = UpdateChecker ()
18
18
result = checker .check ('pysimplesql' , version )
19
19
if result is not None :
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ def readme():
12
12
13
13
setuptools .setup (
14
14
name = "pysimplesql" ,
15
- version = "0.0.7 " ,
15
+ version = "0.0.8 " ,
16
16
author = "Jonathan Decker" ,
17
17
18
18
description = "sqlite3 database binding for PySimpleGUI" ,
19
19
long_description = readme (),
20
20
long_description_content_type = "text/markdown" ,
21
21
keywords = "SQL sqlite database application front-end access libre office GUI PySimpleGUI" ,
22
22
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" ,
24
24
packages = setuptools .find_packages (),
25
25
install_requires = requirements ,
26
26
classifiers = [
You can’t perform that action at this time.
0 commit comments