Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoppert committed Jan 23, 2017
1 parent 605ac5b commit 94ecaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
from setuptools import setup, find_packages

MAJOR = 0
MINOR = 7
MICRO = 9
MINOR = 8
MICRO = 0
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 94ecaea

Please sign in to comment.