diff --git a/setup.py b/setup.py index ce5aa7d..fb65e73 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name = 'octopus_energy_api', # How you named your package folder (MyLib) packages = ['octopus_energy_api'], # Chose the same as "name" - version = '0.7', # Start with a small number and increase it with every change you make + version = '0.8', # Start with a small number and increase it with every change you make license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository description = 'Wrapper for communicating with the Octopus Energy API', # Give a short description about your library long_description=long_description,