From 77afbaf128214d83c890510341a1bded743a968f Mon Sep 17 00:00:00 2001 From: Jordan H Date: Sat, 15 Jul 2023 22:47:42 +0100 Subject: [PATCH] 0.1.1 --- 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 834ec1d..33c4b8c 100644 --- a/pyroostermoney/const.py +++ b/pyroostermoney/const.py @@ -1,6 +1,6 @@ """Static Rooster Money variables""" -VERSION="0.1.0" +VERSION="0.1.1" BASE_URL="https://api.rooster.money" LANGUAGE="en-GB" COUNTRY="gb" diff --git a/setup.py b/setup.py index 8f5071d..0500ae5 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name="pyroostermoney", - version="0.1.0", + version="0.1.1", description="A RoosterMoney integration for Python.", url="https://github.com/pantherale0/pyroostermoney", author="pantherale0",