Skip to content

Commit

Permalink
Use proper package name for pbr
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Aug 7, 2017
1 parent e2735ac commit b74f974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gilt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@

import pbr.version

version_info = pbr.version.VersionInfo('gilt') # noqa
version_info = pbr.version.VersionInfo('python-gilt') # noqa
__version__ = version_info.release_string()

0 comments on commit b74f974

Please sign in to comment.