From 82d69906f77b3c1db8dbb5869ab8780ed65595c2 Mon Sep 17 00:00:00 2001 From: Jordan H Date: Wed, 23 Aug 2023 17:30:15 +0100 Subject: [PATCH] 0.3.2 --- pyroostermoney/const.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",