Skip to content

Commit

Permalink
Revert edit of setup.py for links from README.
Browse files Browse the repository at this point in the history
This reverts commit 2ef9ef2.
  • Loading branch information
arnoegw committed Dec 18, 2023
1 parent 2ef9ef2 commit a61c34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def update_token(token):
with open('README.md') as fp:
_LONG_DESCRIPTION = _convert_readme_markdown(
fp.read(),
branch='r1.0', # <<< MUST EDIT TO RELEASE BRANCH.
branch='main', # <<< MUST EDIT TO RELEASE BRANCH.
)


Expand Down

0 comments on commit a61c34e

Please sign in to comment.