Skip to content

Commit

Permalink
[feat] release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Feb 15, 2024
1 parent 1f4f920 commit 1a58de9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastanalyzer/fastanalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="fastanalyzer",
version="0.0.2",
version="0.1.0",
author="Benjamin Gallois",
author_email="[email protected]",
description="Companion application to analyze data extracted with FastTrack software.",
Expand Down

0 comments on commit 1a58de9

Please sign in to comment.