diff --git a/pyroostermoney/const.py b/pyroostermoney/const.py index f261158..79b0dc2 100644 --- a/pyroostermoney/const.py +++ b/pyroostermoney/const.py @@ -1,7 +1,7 @@ # pylint: disable=line-too-long """Static Rooster Money variables""" -VERSION="0.3.1" +VERSION="0.3.2" BASE_URL="https://api.rooster.money" OAUTH_TOKEN_URL="https://auth.rooster.money/oidc/token" LANGUAGE="en-GB" diff --git a/setup.py b/setup.py index 5bc2da1..9e165c9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name="pyroostermoney", - version="0.3.1", + version="0.3.2", description="A RoosterMoney integration for Python.", url="https://github.com/pantherale0/pyroostermoney", author="pantherale0",