diff --git a/changelog.md b/changelog.md deleted file mode 100644 index 2e1119d..0000000 --- a/changelog.md +++ /dev/null @@ -1,11 +0,0 @@ -# Changelog - -# 0.1.2 -* Convert API to be async -* Remove requests library dependencies - -# 0.1.1 -* Changelog, Packaging Updates - -# 0.1.0 -* Consumption APIs for Gas and Electricity \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4d026cc..7050176 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "octopus-energy" -version = "0.1.7" +version = "0.1.8" description = "Python client for the Octopus Energy RESTful API" authors = ["Mark Allanson "] license = "MIT"