Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
necaris committed Nov 9, 2015
1 parent 9518a1f commit a2e6d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
and limitations under the License.
"""

version_info = (3, 0, 8)
version_info = (3, 0, 9)

__version__ = ".".join(str(x) for x in version_info)

Expand Down

0 comments on commit a2e6d36

Please sign in to comment.