Skip to content

Commit

Permalink
[rel] bump to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed May 3, 2020
1 parent 14ba22c commit 2c333f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dkb_robo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .dkb_robo import DKBRobo

__version__ = '0.10.1'
__version__ = '0.10.2'
__author__ = 'GrindSa'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='dkb_robo',
version='0.10.1',
version='0.10.2',
description='library to access the internet banking area of "Deutsche Kreditbank" to get account information and transactions.',
url='https://github.com/grindsa/dkb-robo',
author='grindsa',
Expand Down

0 comments on commit 2c333f7

Please sign in to comment.