Skip to content

Commit

Permalink
ChronoPlotter v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mncoppola committed Mar 30, 2021
1 parent 9fa5d5c commit 279209d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChronoPlotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from PyQt5.QtSvg import QSvgWidget
from PyQt5.QtWidgets import QWidget, QApplication, QPushButton, QLabel, QFileDialog, QGridLayout, QCheckBox, QHBoxLayout, QVBoxLayout, QScrollArea, QFormLayout, QGroupBox, QComboBox, QLineEdit, QDoubleSpinBox, QStackedWidget, QMessageBox, QDialog, QDialogButtonBox, QFrame, QRadioButton, QSizePolicy, QInputDialog

VERSION = "v1.3.1"
VERSION = "v1.3.2"

if sys.version_info < (3, 5):
print("Python 3.5+ is required!")
Expand Down

0 comments on commit 279209d

Please sign in to comment.