Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mncoppola committed Feb 14, 2021
1 parent 23c8f86 commit 784282d
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 @@ -15,7 +15,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

VERSION = "v0.0.3"
VERSION = "v1.0.0"

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

0 comments on commit 784282d

Please sign in to comment.