Skip to content

Commit

Permalink
default tutorial to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
CareF committed Apr 15, 2021
1 parent 647564b commit 2b53238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ErwinJr2/ErwinJr.py
Expand Up @@ -557,7 +557,8 @@ def on_tutorial(self):
if os.path.exists(path):
QDesktopServices.openUrl(QUrl("file://" + os.path.abspath(path)))
else:
QDesktopServices.openUrl(QUrl("https://erwinjr2.readthedocs.io/"))
QDesktopServices.openUrl(
QUrl("https://erwinjr2.readthedocs.io/en/stable/"))


def main(fileName=None):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -82,7 +82,7 @@ def run(self):

setup(
name='ErwinJr2',
version='2.2.0',
version='2.2.1',
author='Ming Lyu',
author_email='minglyu@princeton.edu',
license="GPL-3.0",
Expand Down

0 comments on commit 2b53238

Please sign in to comment.