Skip to content

Commit

Permalink
Version alignment with GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Euan Campbell committed Jun 14, 2021
1 parent 2762078 commit 5deeec4
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.3', # Start with a small number and increase it with every change you make
version = '0.4', # 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 5deeec4

Please sign in to comment.