diff --git a/setup.py b/setup.py index bce7486..3d3b8d8 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ LONG_DESCRIPTION = f.read() # The full version, including alpha/beta/rc tags -RELEASE = '3.0.3' +RELEASE = '3.0.4' # The short X.Y version VERSION = '.'.join(RELEASE.split('.')[:2])