Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
add: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
fvalverd committed Jun 18, 2017
1 parent 9d05333 commit 2b3fed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages

version = '1.0.2'
version = '1.0.3'

setup(
name='auto_api',
Expand All @@ -25,7 +25,7 @@
author='Felipe Valverde Campos',
author_email='felipe.valverde.campos@gmail.com',
url='https://github.com/fvalverd/AutoApi',
download_url='https://github.com/fvalverd/AutoApi/tarball/v1.0.2',
download_url='https://github.com/fvalverd/AutoApi/tarball/v1.0.3',
license='MIT',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,
Expand Down

0 comments on commit 2b3fed1

Please sign in to comment.