diff --git a/fastanalyzer/fastanalyzer.py b/fastanalyzer/fastanalyzer.py index 956f636..e621d6b 100755 --- a/fastanalyzer/fastanalyzer.py +++ b/fastanalyzer/fastanalyzer.py @@ -302,7 +302,7 @@ def main(): QFontDatabase.addApplicationFont(":/assets/Roboto-Regular.ttf") app.setFont(QFont("Roboto")) app.setApplicationName("FastAnalyzer") - app.setApplicationVersion("0.0.0") + app.setApplicationVersion("0.1.0") app.setOrganizationName("FastTrackOrg") app.setOrganizationDomain("fasttrack.sh") widget = FastAnalyzer() diff --git a/setup.py b/setup.py index 8253f39..abcfce4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="fastanalyzer", - version="0.0.2", + version="0.1.0", author="Benjamin Gallois", author_email="benjamin.gallois@fasttrack.sh", description="Companion application to analyze data extracted with FastTrack software.",