diff --git a/LICENSE.rst b/LICENSE.rst index 4eb35208..bc2b35d3 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -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 ``_. +ABR store at +``_. If you have any sales questions, please contact ``_. diff --git a/nengo_bones/config.py b/nengo_bones/config.py index f1aa5c64..3dfe34e9 100644 --- a/nengo_bones/config.py +++ b/nengo_bones/config.py @@ -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 ``_. + ABR store at + ``_. If you have any sales questions, please contact ``_. diff --git a/nengo_bones/version.py b/nengo_bones/version.py index 99d19e73..cee396b8 100644 --- a/nengo_bones/version.py +++ b/nengo_bones/version.py @@ -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