Release 1.0.2

Because PyPI sucks.

Change-Id: I7c96720b0244118f1be95dbb839c48cd190f34db
This commit is contained in:
Dmitry Tantsur 2015-03-05 11:07:43 +01:00
parent 280ade353f
commit 93a188de34
1 changed files with 1 additions and 1 deletions

View File

@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version_info__ = (1, 0, 1)
__version_info__ = (1, 0, 2)
__version__ = '%d.%d.%d' % __version_info__