Skip to content

Commit

Permalink
REL: 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvkersch committed Aug 3, 2019
1 parent c765b79 commit 90836ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
from setuptools import setup, Extension, find_packages

MAJOR = 4
MINOR = 7
MICRO = 1
MINOR = 8
MICRO = 0

IS_RELEASED = False
IS_RELEASED = True

VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 90836ae

Please sign in to comment.