diff --git a/setup.py b/setup.py index 0a1d83c8..79bba1e8 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="EVE Incursion waitlist", - version="1.7.5", + version="1.8.0", author="SpeedProg", author_email="speedprogde@googlemail.com", description="Waitlist geared towards EveOnline Incursion Groups", diff --git a/waitlist/data/version.py b/waitlist/data/version.py index a4bcfd0b..b0dbc7e8 100644 --- a/waitlist/data/version.py +++ b/waitlist/data/version.py @@ -1 +1 @@ -version = "1.7.5-$Format:%h$" +version = "1.8.0-$Format:%h$"