Skip to content
This repository was archived by the owner on Jan 2, 2020. It is now read-only.

Commit a7d1ce4

Browse files
author
Muyiwa Olu
committed
Monzo v0.8.0 -> 0.9.0
1 parent 959c3ae commit a7d1ce4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from setuptools import setup
22

33
setup(name='monzo',
4-
version='0.8.0',
4+
version='0.9.0',
55
description='A python SDK for interacting with the Monzo API.',
66
url='https://github.com/muyiwaolu/monzo-python',
7-
author='Muyiwa Olu-Ogunleye',
8-
author_email='m.oluogunleye94@gmail.com',
7+
author='Muyiwa Olu',
8+
author_email='muyiolu94@gmail.com',
99
license='MIT',
1010
packages=['monzo'],
1111
install_requires=[

0 commit comments

Comments
 (0)