Skip to content

Commit cbe6732

Browse files
committed
change pbr version-info
1 parent 15c35ee commit cbe6732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otcextensions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
__all__ = ['__version__']
1616

1717

18-
version_info = pbr.version.VersionInfo('python-otcextensions')
18+
version_info = pbr.version.VersionInfo('otcextensions')
1919
try:
2020
__version__ = version_info.version_string()
2121
except AttributeError:

0 commit comments

Comments
 (0)