Skip to content

Commit

Permalink
Merge pull request #2 from felipemfp/dev
Browse files Browse the repository at this point in the history
v1.0.1
  • Loading branch information
felipemfp authored Jan 29, 2017
2 parents 8b0e6b8 + bf01cfb commit 6bdaccf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# coding: utf-8

try:
from setuptools import setup
except ImportError:
from distutils.core import setup

setup(
name='Dicio',
version='v1.0.0',
version='v1.0.1',
author='Felipe Pontes',
author_email='[email protected]',
packages=['dicio', 'tests'],
Expand Down

0 comments on commit 6bdaccf

Please sign in to comment.