We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c35ee commit cbe6732Copy full SHA for cbe6732
otcextensions/__init__.py
@@ -15,7 +15,7 @@
15
__all__ = ['__version__']
16
17
18
-version_info = pbr.version.VersionInfo('python-otcextensions')
+version_info = pbr.version.VersionInfo('otcextensions')
19
try:
20
__version__ = version_info.version_string()
21
except AttributeError:
0 commit comments