Skip to content

Commit

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

setup(
name="fastanalyzer",
version="0.0.2",
version="0.1.1",
author="Benjamin Gallois",
author_email="[email protected]",
description="Companion application to analyze data extracted with FastTrack software.",
url="https://github.com/FastTrackOrg/FastAnalyzer",
packages=['fastanalyzer'],
install_requires=[
'fastanalysis',
'PySide2',
'PySide6',
'matplotlib',
'seaborn',
'statannotations',],
Expand Down

0 comments on commit b78404b

Please sign in to comment.