Skip to content

Commit

Permalink
packaging: 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
linzuzeng committed Mar 8, 2023
1 parent a3cb42f commit 3d92449
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etabackend/static/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<a href="https://eta.readthedocs.io/" target="_blank">ONLINE
DOCUMENTATION</a>

<a href="https://github.com/timetag/ETA/releases" target="_blank" >ETA GUI Version: 0.9.7</a>
<a href="https://github.com/timetag/ETA/releases" target="_blank" >ETA GUI Version: 0.9.8</a>
<a href="#" class="menu-link" id="btn_close">Exit</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"author": "Zuzeng Lin",
"repository": "github:timetag/ETA",
"homepage": "http://timetag.github.io",
"version": "0.9.7",
"version": "0.9.8",
"description": "ETA is a graphical event-driven programming language for time-tag processing.",
"scripts": {
"dev": "electron .",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name="etabackend",
version="0.9.7",
version="0.9.8",
author="ETA Team",
description="Extensible Timetag Analyzer",
include_package_data=True,
Expand Down

0 comments on commit 3d92449

Please sign in to comment.