microproduct/atmosphericDelay-s1a/ISCEApp/site-packages/wx/__version__.py

10 lines
252 B
Python
Raw Normal View History

2024-12-18 03:03:53 +00:00
# This file was generated by wxPython's wscript.
VERSION_STRING = '4.0.7.post2'
MAJOR_VERSION = 4
MINOR_VERSION = 0
RELEASE_NUMBER = 7
BUILD_TYPE = 'development'
VERSION = (MAJOR_VERSION, MINOR_VERSION, RELEASE_NUMBER, '.post2')