Skip to content

Commit

Permalink
Bump version to 0.7.0.2
Browse files Browse the repository at this point in the history
Keep the version the same for what will likely end up being tagged as
the release.
  • Loading branch information
gaqzi committed Aug 9, 2015
1 parent e31b1fc commit 9358236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gocd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
__version__ = '0.7.0'
__version__ = '0.7.0.2'
__all__ = ['Server']

from .server import Server

0 comments on commit 9358236

Please sign in to comment.