Merge pull request #1876 from PySimpleGUI/Dev-latest

Changed version number to be all numeric
This commit is contained in:
PySimpleGUI 2019-08-24 22:12:02 -04:00 committed by GitHub
commit 13eedeb898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ def readme():
setuptools.setup(
name="PySimpleGUI",
version="4.4.0.X Unreleased",
version="4.4.0.999 Unreleased",
author="PySimpleGUI",
author_email="PySimpleGUI@PySimpleGUI.org",
description="GUI SDK Launched in 2018 Actively developed and supported. Super-simple to create custom GUI's. Python 2.7 & 3 Support. 100 Demo programs & Cookbook for rapid start. Extensive documentation. Examples using Machine Learning(GUI, OpenCV Integration, Chatterbot), Rainmeter Style Floating Desktop Widgets, Matplotlib + Pyplot integration, add GUI to command line scripts, PDF & Image Viewer. Great for beginners as well as advanced GUI programmers",