Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated store link #194

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Commercial Use Licenses are available to purchase for a yearly fee.
Academic and Personal Use Licenses for NengoBones are available at
no cost.
Both types of licences can be obtained from the
ABR store at `<https://www.appliedbrainresearch.com/store>`_.
ABR store at
`<https://appliedbrainresearch.myshopify.com/collections/all>`_.

If you have any sales questions,
please contact `<[email protected]>`_.
Expand Down
3 changes: 2 additions & 1 deletion nengo_bones/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ def license_text(license, project_name):
Academic and Personal Use Licenses for {project_name} are available at
{'no' if license == 'abr-free' else 'a reduced'} cost.
Both types of licences can be obtained from the
ABR store at `<https://www.appliedbrainresearch.com/store>`_.
ABR store at
`<https://appliedbrainresearch.myshopify.com/collections/all>`_.

If you have any sales questions,
please contact `<[email protected]>`_.
Expand Down
2 changes: 1 addition & 1 deletion nengo_bones/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
tagged with the version.
"""

version_info = (23, 11, 7) # bones: ignore
version_info = (23, 11, 23) # bones: ignore

name = "nengo-bones"
dev = 0
Expand Down