Skip to content

Commit

Permalink
ChronoPlotter v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mncoppola committed Feb 22, 2021
1 parent 6061543 commit 41dec1f
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.1.0"
VERSION = "v1.2.0"

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

0 comments on commit 41dec1f

Please sign in to comment.