Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pantherale0 committed Aug 23, 2023
1 parent c28b434 commit 82d6990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyroostermoney/const.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 82d6990

Please sign in to comment.