Plugin 2.2.1 upgrade to 2.3.1 fails

Upgraded our Indico instance from 2.2.8 to 2.3.4. The Indico upgrade worked fine, however on the Admin page I see:

" A new version (2.3.1 ) of the official Indico plugin package is available! Your current version is 2.2.1 ."

Running the plugin upgrade I get this error:
running: pip install -U indico-plugins
ERROR: Could not find a version that satisfies the requirement indico-plugin-vc-vidyo<2.4.dev0,>=2.3.1 (from indico-plugins) (from versions: 1.0a1, 1.0rc1, 1.0, 2.2, 2.3)
ERROR: No matching distribution found for indico-plugin-vc-vidyo<2.4.dev0,>=2.3.1 (from indico-plugins)

Any ideas on a fix?

oh, looks like I never released 2.3.1 of the vidyo plugin to pypi. i just did that, so it should work now

It worked! Thank you!!