PySimpleSQL / pysimplesql

SQLite3 binding for PySimpleGUI
GNU Lesser General Public License v3.0
47 stars 16 forks source link

Version information set as "develop" is throwing unnecessary call to upgrade #345

Open m-aherron opened 4 months ago

m-aherron commented 4 months ago

` This line in pysimplesql/__init__.py:

version = "develop"

Should be:

version = "2.3.0" `