Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Euan Campbell committed Jun 16, 2021
1 parent dcb7f5a commit 13f53a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.3', # Start with a small number and increase it with every change you make
version = '0.6', # 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,
Expand Down

0 comments on commit 13f53a7

Please sign in to comment.