Skip to content

Commit

Permalink
Bumping to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msbrogli committed Jul 3, 2017
1 parent 2a97249 commit da93314
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# encoding: utf-8

from setuptools import setup, find_packages

setup(
name='santander-cobranca-xml',
version='v1.0.0-beta',
version='1.0.1',
author='Marcelo Salhab Brogliato',
author_email='[email protected]',
url='https://github.com/msbrogli/santander-cobranca-xml',
Expand All @@ -15,7 +19,7 @@
],
license='MIT',
description='Consumes the API given by Santander in order to register a *boleto bancário*.',
long_description=read('README.md'),
long_description=open('README.md').read(),
classifiers=[
'Development Status :: 4 - Beta',
'Operating System :: OS Independent',
Expand Down

0 comments on commit da93314

Please sign in to comment.