Skip to content

Commit

Permalink
change pbr version-info
Browse files Browse the repository at this point in the history
  • Loading branch information
gtema committed Aug 10, 2018
1 parent 15c35ee commit cbe6732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otcextensions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
__all__ = ['__version__']


version_info = pbr.version.VersionInfo('python-otcextensions')
version_info = pbr.version.VersionInfo('otcextensions')
try:
__version__ = version_info.version_string()
except AttributeError:
Expand Down

0 comments on commit cbe6732

Please sign in to comment.